1 # SPDX-License-Identifier: GPL-2.0-only << 2 config XDP_SOCKETS 1 config XDP_SOCKETS 3 bool "XDP sockets" 2 bool "XDP sockets" 4 depends on BPF_SYSCALL 3 depends on BPF_SYSCALL 5 default n 4 default n 6 help 5 help 7 XDP sockets allows a channel between 6 XDP sockets allows a channel between XDP programs and 8 userspace applications. 7 userspace applications. 9 8 10 config XDP_SOCKETS_DIAG 9 config XDP_SOCKETS_DIAG 11 tristate "XDP sockets: monitoring inte 10 tristate "XDP sockets: monitoring interface" 12 depends on XDP_SOCKETS 11 depends on XDP_SOCKETS 13 default n 12 default n 14 help 13 help 15 Support for PF_XDP sockets monitorin 14 Support for PF_XDP sockets monitoring interface used by the ss tool. 16 If unsure, say Y. 15 If unsure, say Y.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.