kernel: modules: add xdp-sockets-diag support

Support for PF_XDP sockets monitoring interface used by the ss tool.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 06e64f9b36)
This commit is contained in:
Tianling Shen
2023-05-23 15:43:14 +08:00
committed by Hauke Mehrtens
parent 097d6890ba
commit 6eb6a75b8d
3 changed files with 32 additions and 0 deletions

View File

@@ -1097,6 +1097,12 @@ config KERNEL_NET_L3_MASTER_DEV
This module provides glue between core networking code and device
drivers to support L3 master devices like VRF.
config KERNEL_XDP_SOCKETS
bool "XDP sockets support"
help
XDP sockets allows a channel between XDP programs and
userspace applications.
config KERNEL_WIRELESS_EXT
def_bool n