Home
last modified time | relevance | path

Searched refs:transports (Results 1 – 35 of 35) sorted by relevance

/linux-4.4.14/net/rds/
Dtransport.c40 static struct rds_transport *transports[RDS_TRANS_COUNT]; variable
49 if (transports[trans->t_type]) in rds_trans_register()
53 transports[trans->t_type] = trans; in rds_trans_register()
67 transports[trans->t_type] = NULL; in rds_trans_unregister()
91 trans = transports[i]; in rds_trans_get_preferred()
112 trans = transports[i]; in rds_trans_get()
145 trans = transports[i]; in rds_trans_stats_info_copy()
/linux-4.4.14/net/sctp/
Dassociola.c384 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free()
502 list_del_rcu(&peer->transports); in sctp_assoc_rm_peer()
506 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer()
700 list_add_tail_rcu(&peer->transports, &asoc->peer.transport_addr_list); in sctp_assoc_add_peer()
726 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer()
745 transports) { in sctp_assoc_lookup_paddr()
761 transports) { in sctp_assoc_del_nonprimary_peers()
952 transports) { in sctp_assoc_lookup_tsn()
1107 trans = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_update()
1147 transports) { in sctp_assoc_update()
[all …]
Dsm_sideeffect.c642 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) { in sctp_cmd_hb_timers_start()
657 transports) { in sctp_cmd_hb_timers_stop()
670 transports) { in sctp_cmd_t3_rtx_timers_stop()
958 t = list_entry(pos, struct sctp_transport, transports); in sctp_cmd_del_non_primary()
1552 transports) { in sctp_cmd_interpreter()
1579 transports) { in sctp_cmd_interpreter()
Dproc.c166 transports) { in sctp_seq_dump_remote_addrs()
457 transports) { in sctp_remaddr_seq_show()
Dprobe.c163 transports) { in jsctp_sf_eat_sack()
Doutqueue.c222 transports) { in __sctp_outq_teardown()
1175 transports) { in sctp_outq_sack()
1204 list_for_each_entry(transport, transport_list, transports) { in sctp_outq_sack()
1228 list_for_each_entry(transport, transport_list, transports) in sctp_outq_sack()
Dsm_make_chunk.c844 transports) in sctp_make_sack()
2362 transport = list_entry(pos, struct sctp_transport, transports); in sctp_process_init()
2416 transports) { in sctp_process_init()
2465 transport = list_entry(pos, struct sctp_transport, transports); in sctp_process_init()
3310 transports) { in sctp_asconf_param_success()
3325 transports) { in sctp_asconf_param_success()
Dtransport.c88 INIT_LIST_HEAD(&peer->transports); in sctp_transport_init()
Dsocket.c587 &asoc->peer.transport_addr_list, transports) { in sctp_send_asconf_add_ip()
839 transports) { in sctp_send_asconf_del_ip()
2559 transports) { in sctp_setsockopt_peer_addr_params()
2693 transports) { in sctp_setsockopt_delayed_ack()
2986 transports) { in sctp_setsockopt_associnfo()
3611 transports) { in sctp_setsockopt_paddr_thresholds()
4820 transports) { in sctp_getsockopt_peer_addrs()
Dsm_statefuns.c1254 list_for_each_entry(addr, list, transports) { in list_has_sctp_addr()
1285 transports) { in sctp_sf_check_restart_addrs()
/linux-4.4.14/arch/um/
DKconfig.net107 transports. You'll need at least one of them, but may choose
140 at least one UML with one of the other transports to act as a
154 transports (possibly in addition to Multicast; they're not
156 the transports.
183 unlike other network transports that can handle all Ethernet
186 other transports, SLiRP works without the need of root level
/linux-4.4.14/net/9p/
DKconfig22 This builds support for a transports between
/linux-4.4.14/net/vmw_vsock/
DKconfig12 You should also select one or more hypervisor-specific transports
/linux-4.4.14/net/sunrpc/
DKconfig57 transports (InfiniBand, iWARP, or RoCE).
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
DKconfig6 transports IP packets over InfiniBand so you can use your IB
/linux-4.4.14/arch/um/drivers/
Dnet_kern.c565 static LIST_HEAD(transports);
606 list_add(&new->list, &transports); in register_transport()
632 list_for_each(ele, &transports) { in eth_setup_common()
/linux-4.4.14/Documentation/scsi/
Dufs.txt79 UTP transports messages through UFS protocol information unit(UPIU).
Dscsi_eh.txt298 SCSI transports/LLDDs automatically acquire sense data on
Dscsi_mid_low_api.txt196 attached to the HBA's SCSI transport. On newer SCSI transports the HBA
211 existing SCSI transports (e.g. SPI) may not become aware that a SCSI
1229 (if any). FC and SPI transports currently supported.
/linux-4.4.14/Documentation/networking/caif/
DLinux-CAIF.txt15 ST-Ericsson modems support a number of transports between modem
/linux-4.4.14/Documentation/filesystems/nfs/
Dknfsd-stats.txt106 Note that incoming packets on NFS transports will be dealt with in
/linux-4.4.14/Documentation/networking/
Drds.txt21 transports. The current implementation used to support RDS over TCP as well
241 sages on sockets. The dense bitmaps let transports send the
/linux-4.4.14/arch/microblaze/
DKconfig119 execution. By using pipes or other transports made available to
/linux-4.4.14/arch/parisc/
DKconfig334 execution. By using pipes or other transports made available to
/linux-4.4.14/include/net/sctp/
Dstructs.h755 struct list_head transports; member
/linux-4.4.14/arch/tile/
DKconfig231 execution. By using pipes or other transports made available to
/linux-4.4.14/arch/sparc/
DKconfig243 execution. By using pipes or other transports made available to
/linux-4.4.14/arch/sh/
DKconfig658 execution. By using pipes or other transports made available to
/linux-4.4.14/arch/s390/
DKconfig700 execution. By using pipes or other transports made available to
/linux-4.4.14/arch/arm64/
DKconfig551 execution. By using pipes or other transports made available to
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt845 This page describes how to set up the various transports and to
875 The TUN/TAP, ethertap, slip, and slirp transports allow a UML
887 The daemon and multicast transports provide a completely virtual
893 With so many host transports, which one should you use? Here's when
935 transports.
/linux-4.4.14/arch/powerpc/
DKconfig691 execution. By using pipes or other transports made available to
/linux-4.4.14/arch/arm/
DKconfig1789 execution. By using pipes or other transports made available to
/linux-4.4.14/arch/mips/
DKconfig2689 execution. By using pipes or other transports made available to
/linux-4.4.14/arch/x86/
DKconfig1730 execution. By using pipes or other transports made available to