Directory Files
.. 7
File Size
Kconfig 242 B
Makefile 201 B
af_netlink.c 72 kB
af_netlink.h 2.0 kB
diag.c 5.6 kB
genetlink.c 42 kB
netlink_diag.mod.c 0 B
policy.c 12 kB

Linux v6.6.1 - netlink

# 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.