Home
last modified time | relevance | path

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

12

/linux/net/rds/
H A Dtransport.c47 static struct rds_transport *transports[RDS_TRANS_COUNT]; variable
56 if (transports[trans->t_type]) in rds_trans_register()
60 transports[trans->t_type] = trans; in rds_trans_register()
72 transports[trans->t_type] = NULL; in rds_trans_unregister()
102 trans = transports[i]; in rds_trans_get_preferred()
121 trans = transports[t_type]; in rds_trans_get()
127 trans = transports[t_type]; in rds_trans_get()
157 trans = transports[i]; in rds_trans_stats_info_copy()
/linux/net/sctp/
H A Dassociola.c376 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free()
498 list_del_rcu(&peer->transports); in sctp_assoc_rm_peer()
504 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer()
719 list_add_tail_rcu(&peer->transports, &asoc->peer.transport_addr_list); in sctp_assoc_add_peer()
747 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer()
766 transports) { in sctp_assoc_lookup_paddr()
782 transports) { in sctp_assoc_del_nonprimary_peers()
961 transports) { in sctp_assoc_lookup_tsn()
1121 trans = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_update()
1161 transports) in sctp_assoc_update()
[all …]
H A Dproc.c121 transports) { in sctp_seq_dump_remote_addrs()
315 transports) { in sctp_remaddr_seq_show()
H A Dsm_sideeffect.c724 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) in sctp_cmd_hb_timers_start()
736 transports) { in sctp_cmd_hb_timers_stop()
749 transports) { in sctp_cmd_t3_rtx_timers_stop()
1024 t = list_entry(pos, struct sctp_transport, transports); in sctp_cmd_del_non_primary()
1605 transports) { in sctp_cmd_interpreter()
1632 transports) { in sctp_cmd_interpreter()
H A Doutqueue.c214 transports) { in __sctp_outq_teardown()
438 transports) { in sctp_prsctp_prune()
1269 list_for_each_entry(transport, transport_list, transports) in sctp_outq_sack()
1304 transports) { in sctp_outq_sack()
1337 list_for_each_entry(transport, transport_list, transports) { in sctp_outq_sack()
1361 list_for_each_entry(transport, transport_list, transports) in sctp_outq_sack()
H A Dsm_make_chunk.c845 transports) in sctp_make_sack()
2428 transport = list_entry(pos, struct sctp_transport, transports); in sctp_process_init()
2476 transports) { in sctp_process_init()
2519 transport = list_entry(pos, struct sctp_transport, transports); in sctp_process_init()
3379 transports) { in sctp_asconf_param_success()
3393 transports) { in sctp_asconf_param_success()
H A Dsocket.c176 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) in sctp_for_each_tx_datachunk()
644 &asoc->peer.transport_addr_list, transports) { in sctp_send_asconf_add_ip()
894 transports) { in sctp_send_asconf_del_ip()
2576 transports) { in sctp_apply_peer_addr_params()
2601 transports) { in sctp_apply_peer_addr_params()
2686 transports) { in sctp_setsockopt_peer_addr_params()
2726 transports) { in sctp_apply_asoc_delayed_ack()
3166 transports) { in sctp_setsockopt_associnfo()
3913 transports) { in sctp_setsockopt_paddr_thresholds()
4485 transports) in sctp_setsockopt_encap_port()
[all …]
H A Ddiag.c108 transports) { in inet_diag_msg_sctpaddrs_fill()
H A Dtransport.c73 INIT_LIST_HEAD(&peer->transports); in sctp_transport_init()
/linux/net/9p/
H A DKconfig25 This builds support for transports over TCP, Unix sockets and
32 This builds support for a transports between
/linux/drivers/firmware/arm_scmi/
H A DMakefile13 obj-$(CONFIG_ARM_SCMI_PROTOCOL) += transports/
H A DKconfig72 source "drivers/firmware/arm_scmi/transports/Kconfig"
/linux/drivers/infiniband/ulp/ipoib/
H A DKconfig7 transports IP packets over InfiniBand so you can use your IB
/linux/arch/um/drivers/
H A Dnet_kern.c542 static LIST_HEAD(transports);
583 list_add(&new->list, &transports); in register_transport()
609 list_for_each(ele, &transports) { in eth_setup_common()
H A DKconfig247 This driver provides tap, raw, gre and l2tpv3 network transports
284 at least one UML with one of the other transports to act as a
309 unlike other network transports that can handle all Ethernet
312 other transports, SLiRP works without the need of root level
/linux/net/vmw_vsock/
H A DKconfig13 You should also select one or more hypervisor-specific transports
/linux/drivers/nvme/target/
H A DKconfig14 You need to select at least one of the transports below to make this
/linux/net/sunrpc/
H A DKconfig111 transports (InfiniBand, iWARP, or RoCE).
/linux/Documentation/driver-api/
H A Dscsi.rst170 Infrastructure to provide async events from transports to userspace via
172 transports. See `the original patch submission
/linux/Documentation/networking/
H A Drds.rst26 transports. The current implementation used to support RDS over TCP as well
268 sages on sockets. The dense bitmaps let transports send the
396 (though the concept can be extended to other transports). The classical
/linux/Documentation/networking/caif/
H A Dlinux_caif.rst22 ST-Ericsson modems support a number of transports between modem
/linux/Documentation/networking/device_drivers/cellular/qualcomm/
H A Drmnet.rst15 IP mode. Physical transports include USB, HSIC, PCIe and IP accelerator.
/linux/Documentation/filesystems/nfs/
H A Dknfsd-stats.rst108 Note that incoming packets on NFS transports will be dealt with in
/linux/Documentation/scsi/
H A Dufs.rst98 UTP transports messages through UFS protocol information unit (UPIU).
/linux/drivers/mailbox/
H A DKconfig36 that provides different means of transports: supported extensions

12