Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.0-rc2 7 lines 164 B view raw
1config XDP_SOCKETS 2 bool "XDP sockets" 3 depends on BPF_SYSCALL 4 default n 5 help 6 XDP sockets allows a channel between XDP programs and 7 userspace applications.