Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c176 LIBBPF_OPTS_RESET(opta, in test_tc_opts_before_target()
199 LIBBPF_OPTS_RESET(opta, in test_tc_opts_before_target()
328 LIBBPF_OPTS_RESET(opta, in test_tc_opts_after_target()
351 LIBBPF_OPTS_RESET(opta, in test_tc_opts_after_target()
478 LIBBPF_OPTS_RESET(opta, in test_tc_opts_revision_target()
488 LIBBPF_OPTS_RESET(opta, in test_tc_opts_revision_target()
498 LIBBPF_OPTS_RESET(opta, in test_tc_opts_revision_target()
529 LIBBPF_OPTS_RESET(optd, in test_tc_opts_revision_target()
538 LIBBPF_OPTS_RESET(optd, in test_tc_opts_revision_target()
693 LIBBPF_OPTS_RESET(opta, in test_tc_opts_replace_target()
[all …]
H A Dtc_links.c200 LIBBPF_OPTS_RESET(optl, in test_tc_links_before_target()
213 LIBBPF_OPTS_RESET(optl, in test_tc_links_before_target()
354 LIBBPF_OPTS_RESET(optl, in test_tc_links_after_target()
367 LIBBPF_OPTS_RESET(optl, in test_tc_links_after_target()
673 LIBBPF_OPTS_RESET(optl, in test_tc_links_replace_target()
716 LIBBPF_OPTS_RESET(optl, in test_tc_links_replace_target()
730 LIBBPF_OPTS_RESET(optl, in test_tc_links_replace_target()
744 LIBBPF_OPTS_RESET(optl, in test_tc_links_replace_target()
892 LIBBPF_OPTS_RESET(optl, in test_tc_links_invalid_target()
904 LIBBPF_OPTS_RESET(optl, in test_tc_links_invalid_target()
[all …]
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_common.h80 #define LIBBPF_OPTS_RESET(NAME, ...) \ macro