Home
last modified time | relevance | path

Searched full:transports (Results 1 – 25 of 228) sorted by relevance

12345678910

/kernel/linux/linux-6.6/net/rds/
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()
/kernel/linux/linux-5.10/net/rds/
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()
/kernel/linux/linux-5.10/net/sctp/
Dassociola.c375 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free()
497 list_del_rcu(&peer->transports); in sctp_assoc_rm_peer()
503 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer()
605 /* An UNKNOWN state is only set on transports added by in sctp_assoc_add_peer()
606 * user in sctp_connectx() call. Such transports should be in sctp_assoc_add_peer()
713 list_add_tail_rcu(&peer->transports, &asoc->peer.transport_addr_list); in sctp_assoc_add_peer()
741 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer()
757 /* Cycle through all transports searching for a peer address. */ in sctp_assoc_lookup_paddr()
760 transports) { in sctp_assoc_lookup_paddr()
768 /* Remove all transports except a give one */
[all …]
Doutqueue.c214 transports) { in __sctp_outq_teardown()
438 transports) { in sctp_prsctp_prune()
784 /* These transports have chunks to send. */
807 * transports created. in sctp_outq_select_transport()
853 /* Are we switching transports? Take care of transport locks. */ in sctp_outq_select_transport()
865 /* We've switched transports, so apply the in sctp_outq_select_transport()
984 /* Switch transports & prepare the packet. */ in sctp_outq_flush_rtx()
1247 list_for_each_entry(transport, transport_list, transports) in sctp_outq_sack()
1282 transports) { in sctp_outq_sack()
1311 list_for_each_entry(transport, transport_list, transports) { in sctp_outq_sack()
[all …]
/kernel/linux/linux-6.6/net/sctp/
Dassociola.c377 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()
748 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer()
764 /* Cycle through all transports searching for a peer address. */ in sctp_assoc_lookup_paddr()
767 transports) { in sctp_assoc_lookup_paddr()
775 /* Remove all transports except a give one */
[all …]
/kernel/linux/linux-5.10/tools/virtio/linux/
Dvirtio_config.h7 * __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.
/kernel/linux/linux-6.6/tools/virtio/linux/
Dvirtio_config.h12 * __virtio_test_bit - helper to test feature bits. For use by transports.
25 * __virtio_set_bit - helper to set feature bits. For use by transports.
36 * __virtio_clear_bit - helper to clear feature bits. For use by transports.
/kernel/linux/linux-6.6/net/9p/
DKconfig24 This builds support for transports over TCP, Unix sockets and
31 This builds support for a transports between
/kernel/linux/linux-5.10/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_i2c.txt4 transports and different functions. This file describes the device tree
6 for other transports and 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_2d_sensor.txt4 transports and different functions. This file describes the device tree
6 Function 12. Complete documentation for transports and other functions
/kernel/linux/linux-5.10/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst228 * 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 …]
/kernel/linux/linux-6.6/arch/um/drivers/
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
329 unlike other network transports that can handle all Ethernet
332 other transports, SLiRP works without the need of root level
/kernel/linux/linux-5.10/arch/um/drivers/
DKconfig232 This driver provides tap, raw, gre and l2tpv3 network transports
268 at least one UML with one of the other transports to act as a
312 unlike other network transports that can handle all Ethernet
315 other transports, SLiRP works without the need of root level
/kernel/linux/linux-6.6/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst233 * All transports which have tso and checksum offloads can deliver speeds
236 * All transports which have multi-packet rx and/or tx can deliver pps
239 * All legacy transports are generally limited to ~600-700MBit and 0.05Mps.
257 For newer network drivers like the vector transports, ``root`` privilege
271 Configuring vector transports
274 All vector transports support a similar syntax:
284 These options are common for all transports:
301 corresponding UML transports (raw, tap, hybrid) in order for networking to
315 * ``ifname=str`` Transports which bind to a local network interface
318 * ``src, dst, src_port, dst_port`` - all transports which use sockets
[all …]
/kernel/linux/linux-5.10/Documentation/networking/
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
416 Transports such as TCP that are multipath capable may then set up a
420 Transports announce themselves as multipath capable by setting the
/kernel/linux/linux-6.6/Documentation/networking/
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
416 Transports such as TCP that are multipath capable may then set up a
420 Transports announce themselves as multipath capable by setting the
/kernel/linux/linux-5.10/include/uapi/linux/
Dvm_sockets.h97 * transports too.
112 * this would be useful for other transports too.
/kernel/linux/linux-6.6/drivers/input/rmi4/
DMakefile17 # Transports
/kernel/linux/linux-5.10/net/9p/
DKconfig23 This builds support for a transports between
/kernel/linux/linux-5.10/drivers/input/rmi4/
DMakefile17 # Transports
/kernel/linux/linux-6.6/include/uapi/linux/
Dvm_sockets.h113 * transports too.
128 * this would be useful for other transports too.
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/
DKconfig7 transports IP packets over InfiniBand so you can use your IB
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
DKconfig7 transports IP packets over InfiniBand so you can use your IB

12345678910