/Linux-v5.15/net/rds/ |
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()
|
/Linux-v5.15/net/sctp/ |
D | associola.c | 379 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free() 501 list_del_rcu(&peer->transports); in sctp_assoc_rm_peer() 507 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer() 609 /* An UNKNOWN state is only set on transports added by in sctp_assoc_add_peer() 610 * user in sctp_connectx() call. Such transports should be in sctp_assoc_add_peer() 722 list_add_tail_rcu(&peer->transports, &asoc->peer.transport_addr_list); in sctp_assoc_add_peer() 750 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer() 766 /* Cycle through all transports searching for a peer address. */ in sctp_assoc_lookup_paddr() 769 transports) { in sctp_assoc_lookup_paddr() 777 /* Remove all transports except a give one */ [all …]
|
D | outqueue.c | 214 transports) { in __sctp_outq_teardown() 435 transports) { in sctp_prsctp_prune() 785 /* These transports have chunks to send. */ 808 * transports created. in sctp_outq_select_transport() 854 /* Are we switching transports? Take care of transport locks. */ in sctp_outq_select_transport() 866 /* We've switched transports, so apply the in sctp_outq_select_transport() 990 /* Switch transports & prepare the packet. */ in sctp_outq_flush_rtx() 1260 list_for_each_entry(transport, transport_list, transports) in sctp_outq_sack() 1295 transports) { in sctp_outq_sack() 1324 list_for_each_entry(transport, transport_list, transports) { in sctp_outq_sack() [all …]
|
D | sm_sideeffect.c | 720 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) in sctp_cmd_hb_timers_start() 732 transports) { in sctp_cmd_hb_timers_stop() 745 transports) { in sctp_cmd_t3_rtx_timers_stop() 1012 * transports. 1021 t = list_entry(pos, struct sctp_transport, transports); in sctp_cmd_del_non_primary() 1573 * all transports have been tried at the current in sctp_cmd_interpreter() 1588 * all transports have been tried at the current in sctp_cmd_interpreter() 1599 transports) { in sctp_cmd_interpreter() 1626 transports) { in sctp_cmd_interpreter()
|
/Linux-v5.15/tools/virtio/linux/ |
D | virtio_config.h | 7 * __virtio_test_bit - helper to test feature bits. For use by transports. 20 * __virtio_set_bit - helper to set feature bits. For use by transports. 31 * __virtio_clear_bit - helper to clear feature bits. For use by transports.
|
/Linux-v5.15/Documentation/devicetree/bindings/input/rmi4/ |
D | rmi_f01.txt | 4 transports and different functions. This file describes the device tree 6 for transports and other functions can be found in:
|
D | rmi_spi.txt | 4 transports and different functions. This file describes the device tree 6 for other transports and functions can be found in
|
D | rmi_i2c.txt | 4 transports and different functions. This file describes the device tree 6 for other transports and functions can be found in
|
D | rmi_2d_sensor.txt | 4 transports and different functions. This file describes the device tree 6 Function 12. Complete documentation for transports and other functions
|
/Linux-v5.15/Documentation/virt/uml/ |
D | user_mode_linux_howto_v2.rst | 228 * All transports which have tso and checksum offloads can deliver speeds 231 * All transports which have multi-packet rx and/or tx can deliver pps 234 * All legacy transports are generally limited to ~600-700MBit and 0.05Mps 252 For newer network drivers like the vector transports, ``root`` privilege 266 Configuring vector transports 269 All vector transports support a similar syntax: 279 These options are common for all transports: 296 corresponding UML transports (raw, tap, hybrid) in order for networking to 310 * ``ifname=str`` Transports which bind to a local network interface 313 * ``src, dst, src_port, dst_port`` - all transports which use sockets [all …]
|
/Linux-v5.15/arch/um/drivers/ |
D | Kconfig | 242 This driver provides tap, raw, gre and l2tpv3 network transports 278 at least one UML with one of the other transports to act as a 322 unlike other network transports that can handle all Ethernet 325 other transports, SLiRP works without the need of root level
|
D | vector_kern.h | 102 /* remote address if any - some transports will leave this as null */
|
/Linux-v5.15/Documentation/networking/ |
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-v5.15/net/9p/ |
D | Kconfig | 22 This builds support for a transports between
|
/Linux-v5.15/drivers/input/rmi4/ |
D | Makefile | 17 # Transports
|
/Linux-v5.15/include/uapi/linux/ |
D | vm_sockets.h | 98 * transports too. 113 * this would be useful for other transports too.
|
D | virtio_pcidev.h | 25 * @VIRTIO_PCIDEV_OP_MSI: MSI(-X) interrupt, this message basically transports
|
/Linux-v5.15/drivers/infiniband/ulp/ipoib/ |
D | Kconfig | 7 transports IP packets over InfiniBand so you can use your IB
|
/Linux-v5.15/include/linux/sunrpc/ |
D | xprtsock.h | 54 * Connection of transports
|
D | xprt.h | 172 * with the previous values. No such restriction exists for new transports, 224 * Connection of transports 233 * Disconnection of idle transports
|
/Linux-v5.15/drivers/nvme/target/ |
D | Kconfig | 13 You need to select at least one of the transports below to make this
|
/Linux-v5.15/net/vmw_vsock/ |
D | Kconfig | 13 You should also select one or more hypervisor-specific transports
|
/Linux-v5.15/net/sunrpc/ |
D | Kconfig | 74 transports (InfiniBand, iWARP, or RoCE).
|
/Linux-v5.15/include/net/9p/ |
D | transport.h | 19 * @list: used to maintain a list of currently available transports
|
/Linux-v5.15/drivers/iio/gyro/ |
D | mpu3050.h | 89 /* Probe called from different transports */
|