xref: /linux/net/packet/Kconfig (revision 96ec6327144e1ac9e6676e34fae8b49c2102fa5a)
16a2e9b73SSam Ravnborg#
26a2e9b73SSam Ravnborg# Packet configuration
36a2e9b73SSam Ravnborg#
46a2e9b73SSam Ravnborg
56a2e9b73SSam Ravnborgconfig PACKET
66a2e9b73SSam Ravnborg	tristate "Packet socket"
76a2e9b73SSam Ravnborg	---help---
86a2e9b73SSam Ravnborg	  The Packet protocol is used by applications which communicate
96a2e9b73SSam Ravnborg	  directly with network devices without an intermediate network
106a2e9b73SSam Ravnborg	  protocol implemented in the kernel, e.g. tcpdump.  If you want them
116a2e9b73SSam Ravnborg	  to work, choose Y.
126a2e9b73SSam Ravnborg
136a2e9b73SSam Ravnborg	  To compile this driver as a module, choose M here: the module will
146a2e9b73SSam Ravnborg	  be called af_packet.
156a2e9b73SSam Ravnborg
166a2e9b73SSam Ravnborg	  If unsure, say Y.
17*96ec6327SPavel Emelyanov
18*96ec6327SPavel Emelyanovconfig PACKET_DIAG
19*96ec6327SPavel Emelyanov	tristate "Packet: sockets monitoring interface"
20*96ec6327SPavel Emelyanov	depends on PACKET
21*96ec6327SPavel Emelyanov	default n
22*96ec6327SPavel Emelyanov	---help---
23*96ec6327SPavel Emelyanov	  Support for PF_PACKET sockets monitoring interface used by the ss tool.
24*96ec6327SPavel Emelyanov	  If unsure, say Y.
25