0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # Packet configuration
0004 #
0005
0006 config PACKET
0007 tristate "Packet socket"
0008 help
0009 The Packet protocol is used by applications which communicate
0010 directly with network devices without an intermediate network
0011 protocol implemented in the kernel, e.g. tcpdump. If you want them
0012 to work, choose Y.
0013
0014 To compile this driver as a module, choose M here: the module will
0015 be called af_packet.
0016
0017 If unsure, say Y.
0018
0019 config PACKET_DIAG
0020 tristate "Packet: sockets monitoring interface"
0021 depends on PACKET
0022 default n
0023 help
0024 Support for PF_PACKET sockets monitoring interface used by the ss tool.
0025 If unsure, say Y.