xref: /linux/net/xdp/Kconfig (revision 4c9ca2fd7c402c8eab6e949899af04bc3c249b2b)
1config XDP_SOCKETS
2	bool "XDP sockets"
3	depends on BPF_SYSCALL
4	default n
5	help
6	  XDP sockets allows a channel between XDP programs and
7	  userspace applications.
8