| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | # |
| 2 | # Netlink Sockets | ||||
| 3 | # | ||||
| 4 | |||||
| 5 | config NETLINK_DIAG | ||||
| 6 | tristate "NETLINK: socket monitoring interface" | ||||
| 7 | select SOCK_DIAG | ||||
| 8 | default n | ||||
| 9 | ---help--- | ||||
| 10 | Support for NETLINK socket monitoring interface used by the ss tool. | ||||
| 11 | If unsure, say Y. | ||||