Linux Audio

Check our new training course

Loading...
v5.14.15
 1# SPDX-License-Identifier: GPL-2.0-only
 2#
 3# Netlink Sockets
 4#
 5
 6config NETLINK_DIAG
 7	tristate "NETLINK: socket monitoring interface"
 8	default n
 9	help
10	  Support for NETLINK socket monitoring interface used by the ss tool.
11	  If unsure, say Y.
v4.17
 
 1#
 2# Netlink Sockets
 3#
 4
 5config NETLINK_DIAG
 6	tristate "NETLINK: socket monitoring interface"
 7	default n
 8	---help---
 9	  Support for NETLINK socket monitoring interface used by the ss tool.
10	  If unsure, say Y.