Kconfig 393 B

12345678910111213141516
  1. #
  2. # psample packet sampling configuration
  3. #
  4. menuconfig PSAMPLE
  5. depends on NET
  6. tristate "Packet-sampling netlink channel"
  7. default n
  8. help
  9. Say Y here to add support for packet-sampling netlink channel
  10. This netlink channel allows transferring packets alongside some
  11. metadata to userspace.
  12. To compile this support as a module, choose M here: the module will
  13. be called psample.