1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Netlink Sockets 2 # Netlink Sockets 4 # 3 # 5 4 >> 5 config NETLINK_MMAP >> 6 bool "NETLINK: mmaped IO" >> 7 ---help--- >> 8 This option enables support for memory mapped netlink IO. This >> 9 reduces overhead by avoiding copying data between kernel- and >> 10 userspace. >> 11 >> 12 If unsure, say N. >> 13 6 config NETLINK_DIAG 14 config NETLINK_DIAG 7 tristate "NETLINK: socket monitoring i 15 tristate "NETLINK: socket monitoring interface" 8 default n 16 default n 9 help !! 17 ---help--- 10 Support for NETLINK socket monitorin 18 Support for NETLINK socket monitoring interface used by the ss tool. 11 If unsure, say Y. 19 If unsure, say Y.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.