Home
last modified time | relevance | path

Searched refs:sockets (Results 1 – 20 of 20) 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/nfc/
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()
197 read_lock(&local->sockets.lock); in nfc_llcp_sock_get()
201 sk_for_each(sk, &local->sockets.head) { in nfc_llcp_sock_get()
210 read_unlock(&local->sockets.lock); in nfc_llcp_sock_get()
338 read_lock(&local->sockets.lock); in nfc_llcp_sock_from_sn()
342 sk_for_each(sk, &local->sockets.head) { in nfc_llcp_sock_from_sn()
368 read_unlock(&local->sockets.lock); in nfc_llcp_sock_from_sn()
744 nfc_llcp_sock_unlink(&local->sockets, sk); in nfc_llcp_tx_work()
[all …]
Dllcp.h98 struct llcp_sock_list sockets; member
Dllcp_sock.c124 nfc_llcp_sock_link(&local->sockets, sk); in llcp_sock_bind()
638 nfc_llcp_sock_unlink(&local->sockets, sk); in llcp_sock_release()
/net/packet/
DKconfig20 tristate "Packet: sockets monitoring interface"
24 Support for PF_PACKET sockets monitoring interface used by the ss tool.
/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/smc/
DKconfig6 SMC-R provides a "sockets over RDMA" solution making use of
/net/ipv4/
Dproc.c53 int orphans, sockets; in sockstat_seq_show() local
56 sockets = proto_sockets_allocated_sum_positive(&tcp_prot); in sockstat_seq_show()
61 atomic_read(&net->ipv4.tcp_death_row.tw_count), sockets, in sockstat_seq_show()
DKconfig433 bool "INET: allow privileged process to administratively close sockets"
439 ss) to close sockets opened by other processes. Closing a socket in
/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/
DKconfig77 tristate "PF_KEY sockets"
/net/l2tp/
DKconfig80 userspace L2TPv3 daemons may create L2TP/IP tunnel sockets
/net/
DKconfig315 BPF_MAP_TYPE_SOCKMAP provides a map type to use with network sockets.
426 The NET_SOCK_MSG provides a framework for plain sockets (e.g. TCP) or
/net/netfilter/
DKconfig1570 routing to implement full featured non-locally bound sockets.