Directory | Files | |
---|---|---|
.. | 7 | |
File | Size | |
Kconfig | 409 B | |
Makefile | 197 B | |
xdp_umem.c | 5.4 kB | |
xdp_umem.h | 377 B | |
xsk.c | 38 kB | |
xsk.h | 1.2 kB | |
xsk_buff_pool.c | 16 kB | |
xsk_diag.c | 5.4 kB | |
xsk_diag.mod.c | 0 B | |
xsk_queue.c | 1.3 kB | |
xsk_queue.h | 12 kB | |
xskmap.c | 7.1 kB |
# SPDX-License-Identifier: GPL-2.0-only config XDP_SOCKETS bool "XDP sockets" depends on BPF_SYSCALL default n help XDP sockets allows a channel between XDP programs and userspace applications. config XDP_SOCKETS_DIAG tristate "XDP sockets: monitoring interface" depends on XDP_SOCKETS default n help Support for PF_XDP sockets monitoring interface used by the ss tool. If unsure, say Y.