blob: 71af2febe72adf4d44a7fed250f5c893bc599e17 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Björn Töpel68e8b842018-05-02 13:01:22 +02002config XDP_SOCKETS
3 bool "XDP sockets"
4 depends on BPF_SYSCALL
5 default n
6 help
7 XDP sockets allows a channel between XDP programs and
8 userspace applications.
Björn Töpela36b38aa2019-01-24 19:59:39 +01009
10config 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.