Kconfig 477 B

12345678910111213141516
  1. menuconfig BPFILTER
  2. bool "BPF based packet filtering framework (BPFILTER)"
  3. depends on NET && BPF && INET
  4. help
  5. This builds experimental bpfilter framework that is aiming to
  6. provide netfilter compatible functionality via BPF
  7. if BPFILTER
  8. config BPFILTER_UMH
  9. tristate "bpfilter kernel module with user mode helper"
  10. depends on $(success,$(srctree)/scripts/cc-can-link.sh $(CC))
  11. default m
  12. help
  13. This builds bpfilter kernel module with embedded user mode helper
  14. endif