David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | config 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. |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 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. |