/linux/net/rds/ |
H A D | transport.c | 47 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()
|
H A D | ib.c | 300 /* We will only ever look at IB transports */ in rds_ib_conn_info_visitor() 339 /* We will only ever look at IB transports */ in rds6_ib_conn_info_visitor() 401 * receiving should be device-agnostic. Transports would try and maintain
|
/linux/net/sctp/ |
H A D | associola.c | 376 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() 606 /* An UNKNOWN state is only set on transports added by in sctp_assoc_add_peer() 607 * user in sctp_connectx() call. Such transports should be in sctp_assoc_add_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() 763 /* Cycle through all transports searching for a peer address. */ in sctp_assoc_lookup_paddr() 766 transports) { in sctp_assoc_lookup_paddr() 774 /* Remove all transports except a give one */ [all …]
|
H A D | outqueue.c | 214 transports) { in __sctp_outq_teardown() 438 transports) { in sctp_prsctp_prune() 791 /* These transports have chunks to send. */ 814 * transports created. in sctp_outq_select_transport() 860 /* Are we switching transports? Take care of transport locks. */ in sctp_outq_select_transport() 872 /* We've switched transports, so apply the in sctp_outq_select_transport() 1000 /* Switch transports & prepare the packet. */ in sctp_outq_flush_rtx() 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() [all …]
|
H A D | sm_sideeffect.c | 724 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() 1015 * transports. 1024 t = list_entry(pos, struct sctp_transport, transports); in sctp_cmd_del_non_primary() 1579 * all transports have been tried at the current in sctp_cmd_interpreter() 1594 * all transports have been tried at the current in sctp_cmd_interpreter() 1605 transports) { in sctp_cmd_interpreter() 1632 transports) { in sctp_cmd_interpreter()
|
/linux/tools/virtio/linux/ |
H A D | virtio_config.h | 14 * __virtio_test_bit - helper to test feature bits. For use by transports. 27 * __virtio_set_bit - helper to set feature bits. For use by transports. 38 * __virtio_clear_bit - helper to clear feature bits. For use by transports.
|
/linux/net/9p/ |
H A D | Kconfig | 25 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 D | common.h | 171 * This can be dynamically set by transports at run-time 353 /* declarations for message passing transports */ 387 * @shmem: Datagram operations for shared memory based transports 388 * @msg: Datagram operations for message based transports 406 * core transport operations accessible to the transports.
|
H A D | Makefile | 13 obj-$(CONFIG_ARM_SCMI_PROTOCOL) += transports/
|
H A D | Kconfig | 72 source "drivers/firmware/arm_scmi/transports/Kconfig"
|
/linux/arch/um/drivers/ |
H A D | Kconfig | 247 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/Documentation/networking/ |
H A D | rds.rst | 26 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 416 Transports such as TCP that are multipath capable may then set up a 420 Transports announce themselves as multipath capable by setting the
|
/linux/drivers/input/rmi4/ |
H A D | Makefile | 17 # Transports
|
/linux/include/uapi/linux/ |
H A D | vm_sockets.h | 109 * transports too. 124 * this would be useful for other transports too.
|
H A D | virtio_pcidev.h | 25 * @VIRTIO_PCIDEV_OP_MSI: MSI(-X) interrupt, this message basically transports
|
/linux/drivers/infiniband/ulp/ipoib/ |
H A D | Kconfig | 7 transports IP packets over InfiniBand so you can use your IB
|
/linux/include/linux/sunrpc/ |
H A D | xprtsock.h | 53 * Connection of transports
|
H A D | xprt.h | 182 * with the previous values. No such restriction exists for new transports, 235 * Connection of transports 245 * Disconnection of idle transports
|
/linux/net/vmw_vsock/ |
H A D | Kconfig | 13 You should also select one or more hypervisor-specific transports
|
/linux/net/sunrpc/ |
H A D | xprtmultipath.c | 382 /* for request to return active transports return only in xprt_switch_find_next_entry() 383 * active, for request to return offline transports in xprt_switch_find_next_entry() 495 * of transports.
|
H A D | Kconfig | 111 transports (InfiniBand, iWARP, or RoCE).
|
/linux/drivers/nvme/target/ |
H A D | Kconfig | 14 You need to select at least one of the transports below to make this
|
/linux/include/net/9p/ |
H A D | transport.h | 19 * @list: used to maintain a list of currently available transports
|
/linux/drivers/iio/gyro/ |
H A D | mpu3050.h | 89 /* Probe called from different transports */
|
/linux/include/uapi/scsi/ |
H A D | scsi_netlink.h | 86 * If transports post vendor-unique events, they must pass a well-known
|