swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 5ed02dbb497422bf225783f46e6eadd237d23d6b authored by Linus Torvalds on 29 May 2017, 00:20:53 UTC
Linux 4.12-rc3
Tip revision: 5ed02db
Kconfig
#
# psample packet sampling configuration
#

menuconfig PSAMPLE
	depends on NET
	tristate "Packet-sampling netlink channel"
	default n
	help
	  Say Y here to add support for packet-sampling netlink channel
	  This netlink channel allows transferring packets alongside some
	  metadata to userspace.

	  To compile this support as a module, choose M here: the module will
	  be called psample.
back to top