Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c2403 static void test_tc_opts_max_target(int target, int flags, bool relative) in test_tc_opts_max_target() function
2449 test_tc_opts_max_target(BPF_TCX_INGRESS, 0, false); in test_ns_tc_opts_max()
2450 test_tc_opts_max_target(BPF_TCX_EGRESS, 0, false); in test_ns_tc_opts_max()
2452 test_tc_opts_max_target(BPF_TCX_INGRESS, BPF_F_BEFORE, false); in test_ns_tc_opts_max()
2453 test_tc_opts_max_target(BPF_TCX_EGRESS, BPF_F_BEFORE, true); in test_ns_tc_opts_max()
2455 test_tc_opts_max_target(BPF_TCX_INGRESS, BPF_F_AFTER, true); in test_ns_tc_opts_max()
2456 test_tc_opts_max_target(BPF_TCX_EGRESS, BPF_F_AFTER, false); in test_ns_tc_opts_max()