https://github.com/torvalds/linux
Raw File
Tip revision: 7d132055814ef17a6c7b69f342244c410a5e000f authored by Linus Torvalds on 15 June 2013, 21:51:07 UTC
Linux 3.10-rc6
Tip revision: 7d13205
Kconfig
#
# Netlink Sockets
#

config NETLINK_MMAP
	bool "NETLINK: mmaped IO"
	---help---
	  This option enables support for memory mapped netlink IO. This
	  reduces overhead by avoiding copying data between kernel- and
	  userspace.

	  If unsure, say N.

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.
back to top