Kconfig 627 B

123456789101112131415161718192021222324
  1. #
  2. # Packet configuration
  3. #
  4. config PACKET
  5. tristate "Packet socket"
  6. ---help---
  7. The Packet protocol is used by applications which communicate
  8. directly with network devices without an intermediate network
  9. protocol implemented in the kernel, e.g. tcpdump. If you want them
  10. to work, choose Y.
  11. To compile this driver as a module, choose M here: the module will
  12. be called af_packet.
  13. If unsure, say Y.
  14. config PACKET_DIAG
  15. tristate "Packet: sockets monitoring interface"
  16. depends on PACKET
  17. default n
  18. ---help---
  19. Support for PF_PACKET sockets monitoring interface used by the ss tool.
  20. If unsure, say Y.