swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: dcb99fd9b08cfe1afe426af4d8d3cbc429190f15 authored by Linus Torvalds on 17 March 2014, 01:51:24 UTC
Linux 3.14-rc7
Tip revision: dcb99fd
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