| /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()
|
| /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() 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 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() 1030 t = list_entry(pos, struct sctp_transport, transports); in sctp_cmd_del_non_primary() 1611 transports) { in sctp_cmd_interpreter() 1638 transports) { in sctp_cmd_interpreter()
|
| H A D | socket.c | 176 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) in sctp_for_each_tx_datachunk() 645 &asoc->peer.transport_addr_list, transports) { in sctp_send_asconf_add_ip() 895 transports) { in sctp_send_asconf_del_ip() 2575 transports) { in sctp_apply_peer_addr_params() 2600 transports) { in sctp_apply_peer_addr_params() 2685 transports) { in sctp_setsockopt_peer_addr_params() 2725 transports) { in sctp_apply_asoc_delayed_ack() 3165 transports) { in sctp_setsockopt_associnfo() 3912 transports) { in sctp_setsockopt_paddr_thresholds() 4484 transports) in sctp_setsockopt_encap_port() [all …]
|
| H A D | diag.c | 115 transports) { in inet_diag_msg_sctpaddrs_fill()
|
| H A D | transport.c | 73 INIT_LIST_HEAD(&peer->transports); in sctp_transport_init()
|
| H A D | sm_statefuns.c | 1380 list_for_each_entry(addr, list, transports) { in list_has_sctp_addr() 1411 transports) { in sctp_sf_check_restart_addrs()
|
| /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 | Makefile | 14 obj-$(CONFIG_ARM_SCMI_PROTOCOL) += transports/
|
| H A D | Kconfig | 85 source "drivers/firmware/arm_scmi/transports/Kconfig"
|
| /linux/drivers/infiniband/ulp/ipoib/ |
| H A D | Kconfig | 7 transports IP packets over InfiniBand so you can use your IB
|
| /linux/net/vmw_vsock/ |
| H A D | Kconfig | 13 You should also select one or more hypervisor-specific transports
|
| /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 291 * ``src, dst, src_port, dst_port`` - all transports which use sockets 296 transports which operate over IP. Additionally, for transports that 1230 (e.g. loading BPF "firmware" for raw socket network transports),
|
| /linux/drivers/nvme/target/ |
| H A D | Kconfig | 14 You need to select at least one of the transports below to make this
|
| /linux/net/sunrpc/ |
| H A D | Kconfig | 125 transports (InfiniBand, iWARP, or RoCE).
|
| /linux/Documentation/networking/caif/ |
| H A D | linux_caif.rst | 22 ST-Ericsson modems support a number of transports between modem
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | knfsd-stats.rst | 108 Note that incoming packets on NFS transports will be dealt with in
|
| /linux/Documentation/networking/device_drivers/cellular/qualcomm/ |
| H A D | rmnet.rst | 15 IP mode. Physical transports include USB, HSIC, PCIe and IP accelerator.
|
| /linux/arch/um/drivers/ |
| H A D | Kconfig | 134 This driver provides tap, raw, gre and l2tpv3 network transports.
|
| /linux/Documentation/scsi/ |
| H A D | ufs.rst | 98 UTP transports messages through UFS protocol information unit (UPIU).
|
| H A D | scsi_eh.rst | 320 SCSI transports/LLDDs automatically acquire sense data on
|
| /linux/Documentation/driver-api/ |
| H A D | libata.rst | 12 transports for ATA and ATAPI devices, and SCSI<->ATA translation for ATA
|
| /linux/arch/ |
| H A D | Kconfig | 650 execution. By using pipes or other transports made available
|