Searched refs:LIBBPF_OPTS_RESET (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tc_opts.c | 176 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() 547 LIBBPF_OPTS_RESET(optd); in test_tc_opts_revision_target() [all …]
|
H A D | tc_links.c | 202 LIBBPF_OPTS_RESET(optl, in test_tc_links_before_target() 215 LIBBPF_OPTS_RESET(optl, in test_tc_links_before_target() 356 LIBBPF_OPTS_RESET(optl, in test_tc_links_after_target() 369 LIBBPF_OPTS_RESET(optl, in test_tc_links_after_target() 675 LIBBPF_OPTS_RESET(optl, in test_tc_links_replace_target() 718 LIBBPF_OPTS_RESET(optl, in test_tc_links_replace_target() 732 LIBBPF_OPTS_RESET(optl, in test_tc_links_replace_target() 746 LIBBPF_OPTS_RESET(optl, in test_tc_links_replace_target() 894 LIBBPF_OPTS_RESET(optl, in test_tc_links_invalid_target() 906 LIBBPF_OPTS_RESET(optl, in test_tc_links_invalid_target() [all …]
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf_common.h | 80 #define LIBBPF_OPTS_RESET(NAME, ...) \ macro
|