Andrey Vagin | eaaa313 | 2013-03-21 20:33:48 +0400 | [diff] [blame] | 1 | # |
| 2 | # Netlink Sockets |
| 3 | # |
| 4 | |
Daniel Borkmann | ee1bec9 | 2013-05-01 01:37:20 +0000 | [diff] [blame] | 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 | |
Andrey Vagin | eaaa313 | 2013-03-21 20:33:48 +0400 | [diff] [blame] | 14 | config NETLINK_DIAG |
| 15 | tristate "NETLINK: socket monitoring interface" |
| 16 | default n |
| 17 | ---help--- |
| 18 | Support for NETLINK socket monitoring interface used by the ss tool. |
| 19 | If unsure, say Y. |