Searched full:psample (Results 1 – 20 of 20) sorted by relevance
4 # This test is for checking the psample module. It makes use of netdevsim18 PSAMPLE_DIR=/sys/kernel/debug/netdevsim/$DEV/psample/28 require_command psample34 timeout 2 ip netns exec testns1 psample &> $CAPTURE_FILE63 log_test "psample enable / disable"90 log_test "psample group number"148 log_test "psample metadata"
16 psample.sh \
31 psample psample: Sampling packets with psample"247 # psample test248 # - use psample to observe packets253 ovs_add_dp "test_psample" psample -V 2:1 || return 1256 ovs_add_netns_and_veths "test_psample" "psample" \258 ovs_add_netns_and_veths "test_psample" "psample" \261 # Check if psample actions can be configured.262 ovs_add_flow "test_psample" psample \[all...]
393 ("OVS_ACTION_ATTR_PSAMPLE", "psample"),396 class psample(nla):413 return "psample(%s)" % args855 elif parse_starts_block(actstr, "psample(", False):856 psampleact = self.psample()857 actstr = psampleact.parse(actstr[len("psample(") : ])2525 genl_family = "psample"2530 print("listening for psample events", flush=True)2678 subparsers.add_parser("psample-events")2694 if args.subcommand == "psample397 class psample(nla): global() class in ovsactions [all...]
3 # psample packet sampling configuration6 menuconfig PSAMPLE config15 be called psample.
3 # Makefile for the psample netlink channel6 obj-$(CONFIG_PSAMPLE) += psample.o
3 * net/psample/psample.c - Netlink channel for packet sampling16 #include <net/psample.h>513 pr_err_ratelimited("Could not create psample log message\n"); in psample_sample_packet()
13 depends on PSAMPLE || !PSAMPLE
30 #include <net/psample.h>
7 #include <net/psample.h>
5 #include <uapi/linux/psample.h>
4 #include <net/psample.h>
68 #define PSAMPLE_GENL_NAME "psample"
63 obj-$(CONFIG_PSAMPLE) += psample/
443 source "net/psample/Kconfig"
608 depends on PSAMPLE || PSAMPLE=n
755 select PSAMPLE759 them using the psample module.
21 #include <net/psample.h>
284 /* The psample module expects skb->data to point to the start of the in mlxsw_sp_rx_sample_listener()334 /* The psample module expects skb->data to point to the start of the in mlxsw_sp_rx_sample_tx_listener()370 /* The psample module expects skb->data to point to the start of the in mlxsw_sp_rx_sample_acl_listener()
5 #include <net/psample.h>