Home
last modified time | relevance | path

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

12

/Linux-v5.4/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-v5.4/net/sctp/
Dassociola.c373 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free()
493 list_del_rcu(&peer->transports); in sctp_assoc_rm_peer()
499 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer()
707 list_add_tail_rcu(&peer->transports, &asoc->peer.transport_addr_list); in sctp_assoc_add_peer()
733 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer()
752 transports) { in sctp_assoc_lookup_paddr()
768 transports) { in sctp_assoc_del_nonprimary_peers()
958 transports) { in sctp_assoc_lookup_tsn()
1118 trans = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_update()
1158 transports) in sctp_assoc_update()
[all …]
Dproc.c121 transports) { in sctp_seq_dump_remote_addrs()
307 transports) { in sctp_remaddr_seq_show()
Dsm_sideeffect.c685 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) in sctp_cmd_hb_timers_start()
697 transports) { in sctp_cmd_hb_timers_stop()
710 transports) { in sctp_cmd_t3_rtx_timers_stop()
1010 t = list_entry(pos, struct sctp_transport, transports); in sctp_cmd_del_non_primary()
1579 transports) { in sctp_cmd_interpreter()
1606 transports) { in sctp_cmd_interpreter()
Doutqueue.c213 transports) { in __sctp_outq_teardown()
434 transports) { in sctp_prsctp_prune()
1272 transports) { in sctp_outq_sack()
1301 list_for_each_entry(transport, transport_list, transports) { in sctp_outq_sack()
1325 list_for_each_entry(transport, transport_list, transports) in sctp_outq_sack()
Dsm_make_chunk.c845 transports) in sctp_make_sack()
2377 transport = list_entry(pos, struct sctp_transport, transports); in sctp_process_init()
2425 transports) { in sctp_process_init()
2468 transport = list_entry(pos, struct sctp_transport, transports); in sctp_process_init()
3335 transports) { in sctp_asconf_param_success()
3349 transports) { in sctp_asconf_param_success()
Dtransport.c73 INIT_LIST_HEAD(&peer->transports); in sctp_transport_init()
/Linux-v5.4/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-v5.4/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.c554 static LIST_HEAD(transports);
595 list_add(&new->list, &transports); in register_transport()
621 list_for_each(ele, &transports) { in eth_setup_common()
/Linux-v5.4/net/9p/
DKconfig23 This builds support for a transports between
/Linux-v5.4/include/trace/events/
Dsctp.h83 transports) {
/Linux-v5.4/drivers/infiniband/ulp/ipoib/
DKconfig7 transports IP packets over InfiniBand so you can use your IB
/Linux-v5.4/net/vmw_vsock/
DKconfig13 You should also select one or more hypervisor-specific transports
/Linux-v5.4/drivers/nvme/target/
DKconfig12 You need to select at least one of the transports below to make this
/Linux-v5.4/net/sunrpc/
DKconfig75 transports (InfiniBand, iWARP, or RoCE).
/Linux-v5.4/Documentation/networking/device_drivers/qualcomm/
Drmnet.txt8 IP mode. Physical transports include USB, HSIC, PCIe and IP accelerator.
/Linux-v5.4/Documentation/driver-api/
Dscsi.rst171 Infrastructure to provide async events from transports to userspace via
173 transports. See `the original patch
/Linux-v5.4/Documentation/networking/
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-v5.4/Documentation/networking/caif/
DLinux-CAIF.txt15 ST-Ericsson modems support a number of transports between modem
/Linux-v5.4/arch/um/
DKconfig178 execution. By using pipes or other transports made available to
/Linux-v5.4/Documentation/filesystems/nfs/
Dknfsd-stats.txt106 Note that incoming packets on NFS transports will be dealt with in

12