Home
last modified time | relevance | path

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

/net/xdp/
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.
/net/unix/
DKconfig7 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
/net/rxrpc/
DKconfig3 # RxRPC session sockets
7 tristate "RxRPC session sockets"
12 Say Y or M here to include support for RxRPC session sockets (just
/net/kcm/
DKconfig4 tristate "KCM sockets"
9 KCM (Kernel Connection Multiplexor) sockets provide a method
/net/packet/
DKconfig20 tristate "Packet: sockets monitoring interface"
24 Support for PF_PACKET sockets monitoring interface used by the ss tool.
/net/nfc/
Dllcp_core.c77 write_lock(&local->sockets.lock); in nfc_llcp_socket_release()
79 sk_for_each_safe(sk, tmp, &local->sockets.head) { in nfc_llcp_socket_release()
120 write_unlock(&local->sockets.lock); in nfc_llcp_socket_release()
214 read_lock(&local->sockets.lock); in nfc_llcp_sock_get()
218 sk_for_each(sk, &local->sockets.head) { in nfc_llcp_sock_get()
228 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()
789 nfc_llcp_sock_unlink(&local->sockets, sk); in nfc_llcp_tx_work()
[all …]
Dllcp.h98 struct llcp_sock_list sockets; member
Dllcp_sock.c130 nfc_llcp_sock_link(&local->sockets, sk); in llcp_sock_bind()
644 nfc_llcp_sock_unlink(&local->sockets, sk); in llcp_sock_release()
/net/vmw_vsock/
DKconfig24 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/
DKconfig11 Select this if you want to have support for PF_LLC sockets.
/net/ipv4/
Dproc.c54 int orphans, sockets; in sockstat_seq_show() local
57 sockets = proto_sockets_allocated_sum_positive(&tcp_prot); in sockstat_seq_show()
62 atomic_read(&net->ipv4.tcp_death_row.tw_count), sockets, in sockstat_seq_show()
DKconfig392 TCP/IPv4 sockets.
458 bool "INET: allow privileged process to administratively close sockets"
464 ss) to close sockets opened by other processes. Closing a socket in
/net/smc/
DKconfig6 SMC-R provides a "sockets over RDMA" solution making use of
/net/ax25/
DTODO17 Check socket locking when ax25_rcv is sending to raw sockets. In particular
/net/ieee802154/
DKconfig25 Socket interface for IEEE 802.15.4. Contains DGRAM sockets interface
/net/caif/
DKconfig13 with its modems. It is accessed from user space as sockets (PF_CAIF).
/net/xfrm/
DKconfig112 tristate "PF_KEY sockets"
/net/l2tp/
DKconfig80 userspace L2TPv3 daemons may create L2TP/IP tunnel sockets
/net/
DKconfig317 BPF_MAP_TYPE_SOCKMAP provides a map type to use with network sockets.
428 The NET_SOCK_MSG provides a framework for plain sockets (e.g. TCP) or
/net/ipv6/
DKconfig101 TCP/IPv6 sockets.
/net/netfilter/
DKconfig1562 routing to implement full featured non-locally bound sockets.