kernel/net/xdp/Kconfig
.. .. @@ -1,3 +1,4 @@ 1  +# SPDX-License-Identifier: GPL-2.0-only1 2 config XDP_SOCKETS 2 3 bool "XDP sockets" 3 4 depends on BPF_SYSCALL .. .. @@ -5,3 +6,11 @@ 5 6 help 6 7 XDP sockets allows a channel between XDP programs and 7 8 userspace applications. 9  +10  +config XDP_SOCKETS_DIAG11  + tristate "XDP sockets: monitoring interface"12  + depends on XDP_SOCKETS13  + default n14  + help15  + Support for PF_XDP sockets monitoring interface used by the ss tool.16  + If unsure, say Y.