Revision bf14299f1ce96c9d632533c4557303f8a74afc9e authored by Jana Saout on 24 June 2014, 18:27:04 UTC, committed by Mike Snitzer on 10 July 2014, 20:44:14 UTC
Signed-off-by: Jana Saout <jana@saout.de>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
1 parent acfe0ad
Raw File
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