/linux-6.3-rc2/tools/testing/vsock/ |
A D | vsock_diag_test.c | 330 LIST_HEAD(sockets); in test_no_sockets() 332 read_vsock_stat(&sockets); in test_no_sockets() 349 LIST_HEAD(sockets); in test_listen_socket_server() 365 read_vsock_stat(&sockets); in test_listen_socket_server() 372 free_sock_stat(&sockets); in test_listen_socket_server() 378 LIST_HEAD(sockets); in test_connect_client() 387 read_vsock_stat(&sockets); in test_connect_client() 397 free_sock_stat(&sockets); in test_connect_client() 403 LIST_HEAD(sockets); in test_connect_server() 412 read_vsock_stat(&sockets); in test_connect_server() [all …]
|
A D | README | 3 These tests exercise net/vmw_vsock/ host<->guest sockets for VMware, KVM, and 9 * vsock_diag_test - vsock_diag.ko module for listing open sockets
|
/linux-6.3-rc2/drivers/pcmcia/ |
A D | i82092.c | 115 sockets[i].dev = dev; in i82092aa_pci_probe() 118 sockets[i].socket.irq_mask = 0; in i82092aa_pci_probe() 120 sockets[i].socket.cb_dev = dev; in i82092aa_pci_probe() 123 sockets[i].number = i; in i82092aa_pci_probe() 126 sockets[i].card_state = 3; in i82092aa_pci_probe() 197 port = sockets[socket].io_base; in indirect_read() 211 port = sockets[socket].io_base; in indirect_write() 225 port = sockets[socket].io_base; in indirect_setbit() 244 port = sockets[socket].io_base; in indirect_resetbit() 262 port = sockets[socket].io_base; in indirect_write16() [all …]
|
A D | i82365.c | 158 static int sockets = 0; variable 666 socket[sockets].type = type; in add_socket() 668 if (is_alive(sockets)) in add_socket() 670 sockets++; in add_socket() 679 base = sockets-ns; in add_pcic() 786 if (sockets == 0) in isa_probe() 816 for (k = 0; k <= sockets; k++) in isa_probe() 818 for (k = 0; k <= sockets; k++) in isa_probe() 821 if (k <= sockets) break; in isa_probe() 1261 sockets = 0; in init_i82365() [all …]
|
A D | tcic.c | 114 static int sockets; variable 401 sockets = 0; in init_tcic() 404 socket_table[sockets].psock = i; in init_tcic() 405 socket_table[sockets].id = get_tcic_id(); in init_tcic() 412 socket_table[sockets].socket.irq_mask = 0x4cf8; in init_tcic() 415 sockets++; in init_tcic() 453 for (i=0;i<sockets;i++) in init_tcic() 481 for (i = 0; i < sockets; i++) { in init_tcic() 491 for (i = 0; i < sockets; i++) { in init_tcic() 519 for (i = 0; i < sockets; i++) { in exit_tcic() [all …]
|
/linux-6.3-rc2/net/xdp/ |
A D | Kconfig | 3 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-6.3-rc2/net/unix/ |
A D | Kconfig | 7 tristate "Unix domain sockets" 9 If you say Y here, you will include support for Unix domain sockets; 10 sockets are the standard Unix mechanism for establishing and 12 the X Window system and syslog use these sockets even if your
|
/linux-6.3-rc2/drivers/misc/ |
A D | tifm_7xx1.c | 53 sock = fm->sockets[cnt]; in tifm_7xx1_isr() 160 sock = fm->sockets[cnt]; in tifm_7xx1_switch_media() 165 fm->sockets[cnt] = NULL; in tifm_7xx1_switch_media() 186 if (!fm->sockets[cnt]) { in tifm_7xx1_switch_media() 187 fm->sockets[cnt] = sock; in tifm_7xx1_switch_media() 219 if (fm->sockets[cnt]) in tifm_7xx1_suspend() 220 tifm_7xx1_sock_power_off(fm->sockets[cnt]->addr); in tifm_7xx1_suspend() 251 if (fm->sockets[rc]) { in tifm_7xx1_resume() 252 if (fm->sockets[rc]->type == new_ids[rc]) in tifm_7xx1_resume()
|
A D | tifm_core.c | 179 fm = kzalloc(struct_size(fm, sockets, num_sockets), GFP_KERNEL); in tifm_alloc_adapter() 223 if (fm->sockets[cnt]) in tifm_remove_adapter() 224 device_unregister(&fm->sockets[cnt]->dev); in tifm_remove_adapter()
|
/linux-6.3-rc2/Documentation/networking/ |
A D | kcm.rst | 10 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 123 Cloning KCM sockets 127 above, additional sockets for the multiplexor can be created by cloning 144 Attach transport sockets 170 Unattach transport sockets 194 receive buffer are moved to other sockets. This feature is useful [all …]
|
A D | smc-sysctl.rst | 21 know how/when to uncork their sockets. 46 Initial size of send buffer used by SMC sockets. 55 Initial size of receive buffer (RMB) used by SMC sockets.
|
A D | af_xdp.rst | 19 bpf_redirect_map() function. AF_XDP sockets enable the possibility for 116 multiple AF_XDP sockets. To share an UMEM created via one socket A, 244 and monitor the behavior of AF_XDP sockets. 261 This flag enables you to bind multiple sockets to the same UMEM. It 278 sockets this way. 320 The second case is when you share a UMEM between sockets that are 330 socket. These two sockets will now share one and the same UMEM. 333 case where sockets were bound to the same queue id and 342 function for all the sockets you create, or you can use it for the 409 In libbpf, you can create Rx-only and Tx-only sockets by supplying [all …]
|
A D | mptcp-sysctl.rst | 11 Control whether MPTCP sockets can be created. 13 MPTCP sockets can be created if the value is 1. This is a
|
A D | nfc.rst | 105 The userspace must use PF_NFC sockets to perform any data communication with 106 targets. All NFC sockets use AF_NFC:: 124 The data format exchanged through the sockets is NFC protocol dependent. For
|
A D | rds.rst | 22 cluster - so in a cluster with N processes you need N sockets, in contrast 48 RDS sockets work *mostly* as you would expect from a BSD 72 to create RDS sockets. SOL_RDS is the socket-level to be used 115 Receives a message that was queued to this socket. The sockets 251 are accounted against the sockets SO_RCVBUF option value. Only 268 sages on sockets. The dense bitmaps let transports send the 398 PF_RDS sockets between any 2 endpoints (where endpoint == [IP address, 403 (b) suffers from head-of-line blocking for all the RDS sockets. 408 connection. RDS sockets will be attached to a path based on some hash
|
/linux-6.3-rc2/net/kcm/ |
A D | Kconfig | 4 tristate "KCM sockets" 9 KCM (Kernel Connection Multiplexor) sockets provide a method
|
/linux-6.3-rc2/net/packet/ |
A D | Kconfig | 20 tristate "Packet: sockets monitoring interface" 24 Support for PF_PACKET sockets monitoring interface used by the ss tool.
|
/linux-6.3-rc2/net/rxrpc/ |
A D | Kconfig | 3 # RxRPC session sockets 7 tristate "RxRPC session sockets" 13 Say Y or M here to include support for RxRPC session sockets (just
|
/linux-6.3-rc2/net/nfc/ |
A D | llcp_core.c | 73 write_lock(&local->sockets.lock); in nfc_llcp_socket_release() 75 sk_for_each_safe(sk, tmp, &local->sockets.head) { in nfc_llcp_socket_release() 116 write_unlock(&local->sockets.lock); in nfc_llcp_socket_release() 196 read_lock(&local->sockets.lock); in nfc_llcp_sock_get() 200 sk_for_each(sk, &local->sockets.head) { in nfc_llcp_sock_get() 209 read_unlock(&local->sockets.lock); in nfc_llcp_sock_get() 337 read_lock(&local->sockets.lock); in nfc_llcp_sock_from_sn() 341 sk_for_each(sk, &local->sockets.head) { in nfc_llcp_sock_from_sn() 367 read_unlock(&local->sockets.lock); in nfc_llcp_sock_from_sn() 1173 nfc_llcp_sock_link(&local->sockets, sk); in nfc_llcp_recv_cc() [all …]
|
/linux-6.3-rc2/Documentation/admin-guide/nfs/ |
A D | nfsd-admin-interfaces.rst | 14 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-6.3-rc2/Documentation/bpf/ |
A D | map_xskmap.rst | 13 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
|
A D | prog_sk_lookup.rst | 20 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-6.3-rc2/net/llc/ |
A D | Kconfig | 10 Select this if you want to have support for PF_LLC sockets.
|
/linux-6.3-rc2/net/vmw_vsock/ |
A D | Kconfig | 24 Support for PF_VSOCK sockets monitoring interface used by the ss tool. 27 Enable this module so userspace applications can query open sockets.
|
/linux-6.3-rc2/Documentation/isdn/ |
A D | m_isdn.rst | 9 space is based on sockets with a own address family AF_ISDN.
|