Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config XDP_SOCKETS
0003         bool "XDP sockets"
0004         depends on BPF_SYSCALL
0005         default n
0006         help
0007           XDP sockets allows a channel between XDP programs and
0008           userspace applications.
0009 
0010 config XDP_SOCKETS_DIAG
0011         tristate "XDP sockets: monitoring interface"
0012         depends on XDP_SOCKETS
0013         default n
0014         help
0015           Support for PF_XDP sockets monitoring interface used by the ss tool.
0016           If unsure, say Y.