Kconfig 409 B

12345678910111213141516
  1. # SPDX-License-Identifier: GPL-2.0-only
  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.
  9. config XDP_SOCKETS_DIAG
  10. tristate "XDP sockets: monitoring interface"
  11. depends on XDP_SOCKETS
  12. default n
  13. help
  14. Support for PF_XDP sockets monitoring interface used by the ss tool.
  15. If unsure, say Y.