Home
last modified time | relevance | path

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

12

/Linux-v4.19/net/rds/
Dtransport.c41 static struct rds_transport *transports[RDS_TRANS_COUNT]; variable
50 if (transports[trans->t_type]) in rds_trans_register()
54 transports[trans->t_type] = trans; in rds_trans_register()
66 transports[trans->t_type] = NULL; in rds_trans_unregister()
96 trans = transports[i]; in rds_trans_get_preferred()
117 trans = transports[i]; in rds_trans_get()
149 trans = transports[i]; in rds_trans_stats_info_copy()
/Linux-v4.19/net/sctp/
Dassociola.c396 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free()
515 list_del_rcu(&peer->transports); in sctp_assoc_rm_peer()
521 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer()
726 list_add_tail_rcu(&peer->transports, &asoc->peer.transport_addr_list); in sctp_assoc_add_peer()
752 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer()
771 transports) { in sctp_assoc_lookup_paddr()
787 transports) { in sctp_assoc_del_nonprimary_peers()
977 transports) { in sctp_assoc_lookup_tsn()
1137 trans = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_update()
1177 transports) in sctp_assoc_update()
[all …]
Dproc.c136 transports) { in sctp_seq_dump_remote_addrs()
322 transports) { in sctp_remaddr_seq_show()
Dsm_sideeffect.c700 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) in sctp_cmd_hb_timers_start()
712 transports) { in sctp_cmd_hb_timers_stop()
725 transports) { in sctp_cmd_t3_rtx_timers_stop()
1020 t = list_entry(pos, struct sctp_transport, transports); in sctp_cmd_del_non_primary()
1615 transports) { in sctp_cmd_interpreter()
1642 transports) { in sctp_cmd_interpreter()
Doutqueue.c228 transports) { in __sctp_outq_teardown()
453 transports) { in sctp_prsctp_prune()
1291 transports) { in sctp_outq_sack()
1320 list_for_each_entry(transport, transport_list, transports) { in sctp_outq_sack()
1344 list_for_each_entry(transport, transport_list, transports) in sctp_outq_sack()
Dsm_make_chunk.c853 transports) in sctp_make_sack()
2388 transport = list_entry(pos, struct sctp_transport, transports); in sctp_process_init()
2444 transports) { in sctp_process_init()
2484 transport = list_entry(pos, struct sctp_transport, transports); in sctp_process_init()
3340 transports) { in sctp_asconf_param_success()
3354 transports) { in sctp_asconf_param_success()
/Linux-v4.19/Documentation/devicetree/bindings/input/rmi4/
Drmi_f01.txt4 transports and different functions. This file describes the device tree
6 for transports and other functions can be found in:
Drmi_spi.txt4 transports and different functions. This file describes the device tree
6 for other transports and functions can be found in
Drmi_i2c.txt4 transports and different functions. This file describes the device tree
6 for other transports and functions can be found in
Drmi_2d_sensor.txt4 transports and different functions. This file describes the device tree
6 Function 12. Complete documentation for transports and other functions
/Linux-v4.19/arch/um/drivers/
DKconfig232 transports. You'll need at least one of them, but may choose
243 This driver provides tap, raw, gre and l2tpv3 network transports
276 at least one UML with one of the other transports to act as a
290 transports (possibly in addition to Multicast; they're not
292 the transports.
319 unlike other network transports that can handle all Ethernet
322 other transports, SLiRP works without the need of root level
Dnet_kern.c556 static LIST_HEAD(transports);
597 list_add(&new->list, &transports); in register_transport()
623 list_for_each(ele, &transports) { in eth_setup_common()
/Linux-v4.19/net/9p/
DKconfig22 This builds support for a transports between
/Linux-v4.19/include/trace/events/
Dsctp.h83 transports) {
/Linux-v4.19/drivers/nvme/target/
DKconfig10 You need to select at least one of the transports below to make this
/Linux-v4.19/net/sunrpc/
DKconfig58 transports (InfiniBand, iWARP, or RoCE).
/Linux-v4.19/drivers/infiniband/ulp/ipoib/
DKconfig6 transports IP packets over InfiniBand so you can use your IB
/Linux-v4.19/net/vmw_vsock/
DKconfig12 You should also select one or more hypervisor-specific transports
/Linux-v4.19/Documentation/networking/
Drmnet.txt8 IP mode. Physical transports include USB, HSIC, PCIe and IP accelerator.
Drds.txt21 transports. The current implementation used to support RDS over TCP as well
254 sages on sockets. The dense bitmaps let transports send the
371 (though the concept can be extended to other transports). The classical
/Linux-v4.19/Documentation/driver-api/
Dscsi.rst171 Infrastructure to provide async events from transports to userspace via
173 transports. See `the original patch
/Linux-v4.19/arch/um/
DKconfig178 execution. By using pipes or other transports made available to
/Linux-v4.19/Documentation/scsi/
Dufs.txt79 UTP transports messages through UFS protocol information unit(UPIU).
/Linux-v4.19/Documentation/networking/caif/
DLinux-CAIF.txt15 ST-Ericsson modems support a number of transports between modem
/Linux-v4.19/Documentation/filesystems/nfs/
Dknfsd-stats.txt106 Note that incoming packets on NFS transports will be dealt with in

12