Searched refs:test_tc_opts_max_target (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c2405 static void test_tc_opts_max_target(int target, int flags, bool relative) function
2451 test_tc_opts_max_target(BPF_TCX_INGRESS, 0, false);
2452 test_tc_opts_max_target(BPF_TCX_EGRESS, 0, false);
2454 test_tc_opts_max_target(BPF_TCX_INGRESS, BPF_F_BEFORE, false);
2455 test_tc_opts_max_target(BPF_TCX_EGRESS, BPF_F_BEFORE, true);
2457 test_tc_opts_max_target(BPF_TCX_INGRESS, BPF_F_AFTER, true);
2458 test_tc_opts_max_target(BPF_TCX_EGRESS, BPF_F_AFTER, false);

Completed in 107 milliseconds