Home
last modified time | relevance | path

Searched refs:sockets (Results 1 – 25 of 71) sorted by relevance

123

/linux/tools/testing/vsock/
H A Dvsock_diag_test.c238 static void add_vsock_stat(struct list_head *sockets, in add_vsock_stat() argument
250 list_add_tail(&st->list, sockets); in add_vsock_stat()
256 static void read_vsock_stat(struct list_head *sockets) in read_vsock_stat() argument
311 add_vsock_stat(sockets, NLMSG_DATA(h)); in read_vsock_stat()
321 static void free_sock_stat(struct list_head *sockets) in free_sock_stat() argument
326 list_for_each_entry_safe(st, next, sockets, list) in free_sock_stat()
332 LIST_HEAD(sockets); in test_no_sockets()
334 read_vsock_stat(&sockets); in test_no_sockets()
336 check_no_sockets(&sockets); in test_no_sockets()
351 LIST_HEAD(sockets); in test_listen_socket_server()
[all …]
/linux/net/xdp/
H A DKconfig3 bool "XDP sockets"
7 XDP sockets allows a channel between XDP programs and
11 tristate "XDP sockets: monitoring interface"
15 Support for PF_XDP sockets monitoring interface used by the ss tool.
/linux/tools/testing/selftests/net/rds/
H A Dtest.py78 # sockets are on the same interface and use the loop transport instead
82 Creates sockets inside of network namespace
162 :param socks: list of sockets to check
208 "addrs": list of (ip, port) tuples matching the sockets
210 "flags": OP_FLAG_TCP or OP_FLAG_RDMA, selects sockets
221 sockets = [
226 # Pin the sockets to the TCP transport so it doesn't fail over to a
228 for s in sockets:
231 sockets = [
236 # Pin the sockets t
140 sockets = [ global() variable
[all...]
/linux/Documentation/networking/
H A Dkcm.rst10 datagram sockets.
34 KCM sockets
37 The KCM sockets provide the user interface to the multiplexor. All the KCM sockets
39 operations in different sockets may be done in parallel without the need for
50 TCP sockets & Psocks
53 TCP sockets may be bound to a KCM multiplexor. A Psock structure is allocated
123 Cloning KCM sockets
127 above, additional sockets for the multiplexor can be created by cloning
144 Attach transport sockets
147 Attaching of transport sockets to a multiplexor is performed by calling an
[all …]
H A Dmptcp.rst91 Creating MPTCP sockets
151 kernel is in charge of creating subflow sockets: they are TCP sockets where the
154 MPTCP listen sockets will create "plain" *accepted* TCP sockets if the
H A Daf_xdp.rst19 bpf_redirect_map() function. AF_XDP sockets enable the possibility for
117 multiple AF_XDP sockets. To share an UMEM created via one socket A,
136 is a setup with four sockets (all doing TX and RX). Then there will be
243 and monitor the behavior of AF_XDP sockets.
260 This flag enables you to bind multiple sockets to the same UMEM. It
268 sockets bound to the same netdev and queue id. The UMEM (tied to the
277 sockets this way.
280 program. Put all the sockets in the XSK_MAP and just indicate which
319 The second case is when you share a UMEM between sockets that are
322 netdev,queue_id pair. Let us say you want to create two sockets bound
[all …]
H A Dmsg_zerocopy.rst11 virtio transport) sockets.
242 Data sent to local sockets can be queued indefinitely if the receive
246 includes looping onto packet sockets (e.g., tcpdump) and tun devices.
249 Data path sent to local sockets is the same as for non-local sockets.
/linux/net/packet/
H A DKconfig20 tristate "Packet: sockets monitoring interface"
24 Support for PF_PACKET sockets monitoring interface used by the ss tool.
/linux/net/rxrpc/
H A DKconfig3 # RxRPC session sockets
7 tristate "RxRPC session sockets"
14 Say Y or M here to include support for RxRPC session sockets (just
/linux/Documentation/admin-guide/nfs/
H A Dnfsd-admin-interfaces.rst14 Before doing that, NFSD can be told which sockets to listen on by
39 removal of listening sockets, and startup and shutdown of the server.
/linux/net/nfc/
H A Dllcp_core.c75 write_lock(&local->sockets.lock); in nfc_llcp_socket_release()
77 sk_for_each_safe(sk, tmp, &local->sockets.head) { in nfc_llcp_socket_release()
118 write_unlock(&local->sockets.lock); in nfc_llcp_socket_release()
212 read_lock(&local->sockets.lock); in nfc_llcp_sock_get()
216 sk_for_each(sk, &local->sockets.head) { in nfc_llcp_sock_get()
226 read_unlock(&local->sockets.lock); in nfc_llcp_sock_get()
375 read_lock(&local->sockets.lock); in nfc_llcp_sock_from_sn()
379 sk_for_each(sk, &local->sockets.head) { in nfc_llcp_sock_from_sn()
407 read_unlock(&local->sockets.lock); in nfc_llcp_sock_from_sn()
1018 nfc_llcp_sock_link(&local->sockets, new_sk); in nfc_llcp_recv_connect()
[all …]
/linux/Documentation/bpf/
H A Dmap_xskmap.rst13 This map type redirects raw XDP frames to `AF_XDP`_ sockets (XSKs), a new type of
69 for sockets attached to a netdev's queues.
179 For an example on how create AF_XDP sockets, please see the AF_XDP-example and
192 …libxdp-readme: https://github.com/xdp-project/xdp-tools/tree/master/lib/libxdp#using-af_xdp-sockets
H A Dprog_sk_lookup.rst20 binding sockets to an address with ``bind()`` socket call is impractical, such
49 Incoming traffic to established (TCP) and connected (UDP) sockets is delivered
60 in a map holding sockets, such as ``SOCKMAP`` or ``SOCKHASH``, and passes a
/linux/tools/testing/selftests/net/af_unix/
H A Dscm_rights.c122 int sockets = -1, len, ret; in count_sockets() local
138 ret = sscanf(line + len, "%d %d", &unused2, &sockets); in count_sockets()
149 return sockets; in count_sockets()
/linux/drivers/ras/amd/atl/
H A Dmap.c605 u8 sockets = 0; in get_num_intlv_sockets() local
609 sockets = FIELD_GET(DF2_INTLV_NUM_SOCKETS, ctx->map.limit); in get_num_intlv_sockets()
613 sockets = FIELD_GET(DF2_INTLV_NUM_SOCKETS, ctx->map.base); in get_num_intlv_sockets()
617 sockets = FIELD_GET(DF4_INTLV_NUM_SOCKETS, ctx->map.intlv); in get_num_intlv_sockets()
625 return 1 << sockets; in get_num_intlv_sockets()
/linux/net/llc/
H A DKconfig10 Select this if you want to have support for PF_LLC sockets.
/linux/net/vmw_vsock/
H A DKconfig24 Support for PF_VSOCK sockets monitoring interface used by the ss tool.
27 Enable this module so userspace applications can query open sockets.
/linux/tools/testing/selftests/net/lib/py/
H A Dutils.py326 sockets = []
332 sockets.append(s)
336 for s in sockets:
/linux/net/ieee802154/
H A DKconfig25 Socket interface for IEEE 802.15.4. Contains DGRAM sockets interface
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_ooo-before-and-after-accept.pkt35 // Test that ooo packets for accepted sockets do increase sk_rcvbuf
/linux/Documentation/filesystems/nfs/
H A Dknfsd-stats.rst62 sockets-enqueued
111 (sockets-enqueued counts this case), or the packet can be temporarily
116 packets-deferred = packets-arrived - ( sockets-enqueued + threads-woken )
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-hv_24x750 What: /sys/devices/hv_24x7/interface/sockets
54 This sysfs interface exposes the number of sockets present in the
/linux/net/smc/
H A DKconfig6 SMC-R provides a "sockets over RDMA" solution making use of
/linux/Documentation/security/
H A DSCTP.rst221 TCP style sockets and peeled off connections as they cause a new socket
263 sockets sid and peer sid to that contained in the ``@asoc sid`` and
307 the sockets peer label, and only if they are different will the
322 3) **getpeercon**\(3) may be used by userspace to retrieve the sockets peer
/linux/net/9p/
H A DKconfig25 This builds support for transports over TCP, Unix sockets and

123