/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 | 377 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free() 499 list_del_rcu(&peer->transports); in sctp_assoc_rm_peer() 505 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer() 607 /* An UNKNOWN state is only set on transports added by in sctp_assoc_add_peer() 608 * user in sctp_connectx() call. Such transports should be in sctp_assoc_add_peer() 720 list_add_tail_rcu(&peer->transports, &asoc->peer.transport_addr_list); in sctp_assoc_add_peer() 746 /* Cycle through all transports searching for a peer address. */ in sctp_assoc_del_peer() 749 transports) { in sctp_assoc_del_peer() 757 /* Remove all transports except a give one */ 765 transports) { in sctp_assoc_lookup_paddr() [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 | 730 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) in sctp_cmd_hb_timers_start() 742 transports) { in sctp_cmd_hb_timers_stop() 755 transports) { in sctp_cmd_t3_rtx_timers_stop() 1021 * transports. 1030 t = list_entry(pos, struct sctp_transport, transports); in sctp_cmd_del_non_primary() 1585 * all transports have been tried at the current in sctp_cmd_interpreter() 1600 * all transports have been tried at the current in sctp_cmd_interpreter() 1611 transports) { in sctp_cmd_interpreter() 1638 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 | 174 * This can be dynamically set by transports at run-time 395 /* declarations for message passing transports */ 429 * @shmem: Datagram operations for shared memory based transports 430 * @msg: Datagram operations for message based transports 448 * core transport operations accessible to the transports.
|
H A D | Makefile | 14 obj-$(CONFIG_ARM_SCMI_PROTOCOL) += transports/
|
H A D | Kconfig | 85 source "drivers/firmware/arm_scmi/transports/Kconfig"
|
/linux/Documentation/virt/uml/ |
H A D | user_mode_linux_howto_v2.rst | 217 * All transports which have tso and checksum offloads can deliver speeds 220 * All transports which have multi-packet rx and/or tx can deliver pps 231 For example, for vector transports, ``root`` privilege is required to fire 244 Configuring vector transports 247 All vector transports support a similar syntax: 257 These options are common for all transports: 274 corresponding UML transports (raw, tap, hybrid) in order for networking to 288 * ``ifname=str`` Transports which bind to a local network interface 291 * ``src, dst, src_port, dst_port`` - all transports which use sockets 296 transports which operate over IP. Additionally, for transports that [all …]
|
/linux/drivers/input/rmi4/ |
H A D | Makefile | 19 # Transports
|
/linux/include/uapi/linux/ |
H A D | vm_sockets.h | 113 * transports too. 128 * 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 | 197 * with the previous values. No such restriction exists for new transports, 250 * Connection of transports 260 * Disconnection of idle transports
|
/linux/net/vmw_vsock/ |
H A D | Kconfig | 13 You should also select one or more hypervisor-specific transports
|
/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/arch/um/drivers/ |
H A D | vector_kern.h | 105 /* remote address if any - some transports will leave this as null */
|
/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/uapi/scsi/ |
H A D | scsi_netlink.h | 86 * If transports post vendor-unique events, they must pass a well-known
|
/linux/net/atm/ |
H A D | raw.c | 2 /* net/atm/raw.c - Raw AAL0 and AAL5 transports */
|
/linux/include/linux/ |
H A D | virtio_config.h | 219 * __virtio_test_bit - helper to test feature bits. For use by transports. 232 * __virtio_set_bit - helper to set feature bits. For use by transports. in virtio_find_single_vq() 243 * __virtio_clear_bit - helper to clear feature bits. For use by transports.
|