.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Packet configuration |
---|
3 | 4 | # |
---|
4 | 5 | |
---|
5 | 6 | config PACKET |
---|
6 | 7 | tristate "Packet socket" |
---|
7 | | - ---help--- |
---|
| 8 | + help |
---|
8 | 9 | The Packet protocol is used by applications which communicate |
---|
9 | 10 | directly with network devices without an intermediate network |
---|
10 | 11 | protocol implemented in the kernel, e.g. tcpdump. If you want them |
---|
.. | .. |
---|
19 | 20 | tristate "Packet: sockets monitoring interface" |
---|
20 | 21 | depends on PACKET |
---|
21 | 22 | default n |
---|
22 | | - ---help--- |
---|
| 23 | + help |
---|
23 | 24 | Support for PF_PACKET sockets monitoring interface used by the ss tool. |
---|
24 | 25 | If unsure, say Y. |
---|