Searched refs:sockets (Results 1 – 21 of 21) sorted by relevance
| /net/unix/ |
| A D | Kconfig | 7 bool "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 24 Support for MSG_OOB in UNIX domain sockets. If unsure, say Y.
|
| /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.
|
| /net/kcm/ |
| A D | Kconfig | 4 tristate "KCM sockets" 9 KCM (Kernel Connection Multiplexor) sockets provide a method
|
| /net/packet/ |
| A D | Kconfig | 20 tristate "Packet: sockets monitoring interface" 24 Support for PF_PACKET sockets monitoring interface used by the ss tool.
|
| /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
|
| /net/nfc/ |
| A D | llcp_core.c | 75 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() 373 read_lock(&local->sockets.lock); in nfc_llcp_sock_from_sn() 377 sk_for_each(sk, &local->sockets.head) { in nfc_llcp_sock_from_sn() 405 read_unlock(&local->sockets.lock); in nfc_llcp_sock_from_sn() 1219 nfc_llcp_sock_link(&local->sockets, sk); in nfc_llcp_recv_cc() [all …]
|
| A D | llcp.h | 97 struct llcp_sock_list sockets; member
|
| A D | llcp_sock.c | 122 nfc_llcp_sock_link(&local->sockets, sk); in llcp_sock_bind() 637 nfc_llcp_sock_unlink(&local->sockets, sk); in llcp_sock_release()
|
| /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.
|
| /net/llc/ |
| A D | Kconfig | 10 Select this if you want to have support for PF_LLC sockets.
|
| /net/ipv4/ |
| A D | proc.c | 55 int orphans, sockets; in sockstat_seq_show() local 58 sockets = proto_sockets_allocated_sum_positive(&tcp_prot); in sockstat_seq_show() 64 sockets, proto_memory_allocated(&tcp_prot)); in sockstat_seq_show()
|
| A D | Kconfig | 391 TCP/IPv4 sockets. 457 bool "INET: allow privileged process to administratively close sockets" 463 ss) to close sockets opened by other processes. Closing a socket in
|
| /net/ieee802154/ |
| A D | Kconfig | 25 Socket interface for IEEE 802.15.4. Contains DGRAM sockets interface
|
| /net/smc/ |
| A D | Kconfig | 7 SMC-R provides a "sockets over RDMA" solution making use of
|
| /net/9p/ |
| A D | Kconfig | 25 This builds support for transports over TCP, Unix sockets and
|
| /net/caif/ |
| A D | Kconfig | 13 with its modems. It is accessed from user space as sockets (PF_CAIF).
|
| /net/l2tp/ |
| A D | Kconfig | 80 userspace L2TPv3 daemons may create L2TP/IP tunnel sockets
|
| /net/xfrm/ |
| A D | Kconfig | 113 tristate "PF_KEY sockets"
|
| /net/ipv6/ |
| A D | Kconfig | 102 TCP/IPv6 sockets.
|
| /net/ |
| A D | Kconfig | 484 The NET_SOCK_MSG provides a framework for plain sockets (e.g. TCP) or
|
| /net/netfilter/ |
| A D | Kconfig | 1594 routing to implement full featured non-locally bound sockets.
|
Completed in 34 milliseconds