hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/xdp/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config XDP_SOCKETS
23 bool "XDP sockets"
34 depends on BPF_SYSCALL
....@@ -5,3 +6,11 @@
56 help
67 XDP sockets allows a channel between XDP programs and
78 userspace applications.
9
+
10
+config XDP_SOCKETS_DIAG
11
+ tristate "XDP sockets: monitoring interface"
12
+ depends on XDP_SOCKETS
13
+ default n
14
+ help
15
+ Support for PF_XDP sockets monitoring interface used by the ss tool.
16
+ If unsure, say Y.