^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # Packet configuration
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) config PACKET
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) tristate "Packet socket"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) The Packet protocol is used by applications which communicate
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) directly with network devices without an intermediate network
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) protocol implemented in the kernel, e.g. tcpdump. If you want them
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) to work, choose Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) To compile this driver as a module, choose M here: the module will
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) be called af_packet.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) If unsure, say Y.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) config PACKET_DIAG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) tristate "Packet: sockets monitoring interface"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) depends on PACKET
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) default n
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) Support for PF_PACKET sockets monitoring interface used by the ss tool.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) If unsure, say Y.