/linux-4.4.14/net/rds/ |
D | transport.c | 40 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/ |
D | associola.c | 384 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 …]
|
D | sm_sideeffect.c | 642 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()
|
D | proc.c | 166 transports) { in sctp_seq_dump_remote_addrs() 457 transports) { in sctp_remaddr_seq_show()
|
D | probe.c | 163 transports) { in jsctp_sf_eat_sack()
|
D | outqueue.c | 222 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()
|
D | sm_make_chunk.c | 844 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()
|
D | transport.c | 88 INIT_LIST_HEAD(&peer->transports); in sctp_transport_init()
|
D | socket.c | 587 &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()
|
D | sm_statefuns.c | 1254 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/ |
D | Kconfig.net | 107 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/ |
D | Kconfig | 22 This builds support for a transports between
|
/linux-4.4.14/net/vmw_vsock/ |
D | Kconfig | 12 You should also select one or more hypervisor-specific transports
|
/linux-4.4.14/net/sunrpc/ |
D | Kconfig | 57 transports (InfiniBand, iWARP, or RoCE).
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | Kconfig | 6 transports IP packets over InfiniBand so you can use your IB
|
/linux-4.4.14/arch/um/drivers/ |
D | net_kern.c | 565 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/ |
D | ufs.txt | 79 UTP transports messages through UFS protocol information unit(UPIU).
|
D | scsi_eh.txt | 298 SCSI transports/LLDDs automatically acquire sense data on
|
D | scsi_mid_low_api.txt | 196 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/ |
D | Linux-CAIF.txt | 15 ST-Ericsson modems support a number of transports between modem
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 106 Note that incoming packets on NFS transports will be dealt with in
|
/linux-4.4.14/Documentation/networking/ |
D | rds.txt | 21 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/ |
D | Kconfig | 119 execution. By using pipes or other transports made available to
|
/linux-4.4.14/arch/parisc/ |
D | Kconfig | 334 execution. By using pipes or other transports made available to
|
/linux-4.4.14/include/net/sctp/ |
D | structs.h | 755 struct list_head transports; member
|
/linux-4.4.14/arch/tile/ |
D | Kconfig | 231 execution. By using pipes or other transports made available to
|
/linux-4.4.14/arch/sparc/ |
D | Kconfig | 243 execution. By using pipes or other transports made available to
|
/linux-4.4.14/arch/sh/ |
D | Kconfig | 658 execution. By using pipes or other transports made available to
|
/linux-4.4.14/arch/s390/ |
D | Kconfig | 700 execution. By using pipes or other transports made available to
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig | 551 execution. By using pipes or other transports made available to
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 845 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/ |
D | Kconfig | 691 execution. By using pipes or other transports made available to
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1789 execution. By using pipes or other transports made available to
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 2689 execution. By using pipes or other transports made available to
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1730 execution. By using pipes or other transports made available to
|