2021-05-27 00:09:36 +05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
#
|
|
|
|
# psample packet sampling configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig PSAMPLE
|
2021-09-23 21:59:15 +05:00
|
|
|
depends on NET
|
2021-05-27 00:09:36 +05:00
|
|
|
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.
|