swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 13311e74253fe64329390df80bed3f07314ddd61 authored by Linus Torvalds on 20 June 2021, 22:03:15 UTC
Linux 5.13-rc7
Tip revision: 13311e7
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
#
# psample packet sampling configuration
#

menuconfig PSAMPLE
	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