Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Kconfig « netlink « net - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 20f967974da09f3e2e477d64c0dceba6ad25a99c (plain)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: GPL-2.0-only
#
# Netlink Sockets
#

config NETLINK_DIAG
	tristate "NETLINK: socket monitoring interface"
	default n
	---help---
	  Support for NETLINK socket monitoring interface used by the ss tool.
	  If unsure, say Y.