Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_mprog_opts.c48 LIBBPF_OPTS_RESET(opta, in test_prog_attach_detach()
60 LIBBPF_OPTS_RESET(opta, in test_prog_attach_detach()
72 LIBBPF_OPTS_RESET(opta, in test_prog_attach_detach()
85 LIBBPF_OPTS_RESET(opta, in test_prog_attach_detach()
125 LIBBPF_OPTS_RESET(optd); in test_prog_attach_detach()
181 LIBBPF_OPTS_RESET(opta, in test_link_attach_detach()
192 LIBBPF_OPTS_RESET(opta, in test_link_attach_detach()
205 LIBBPF_OPTS_RESET(opta, in test_link_attach_detach()
218 LIBBPF_OPTS_RESET(opta, in test_link_attach_detach()
299 LIBBPF_OPTS_RESET(opta, in test_preorder_prog_attach_detach()
[all …]
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()
547 LIBBPF_OPTS_RESET(opt in test_tc_opts_revision_target()
[all...]
H A Dtc_links.c202 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(opt in test_tc_links_invalid_target()
[all...]
H A Duprobe_multi_test.c397 LIBBPF_OPTS_RESET(opts, in test_attach_api_fails()
421 LIBBPF_OPTS_RESET(opts, in test_attach_api_fails()
433 LIBBPF_OPTS_RESET(opts, in test_attach_api_fails()
447 LIBBPF_OPTS_RESET(opts, in test_attach_api_fails()
459 LIBBPF_OPTS_RESET(opts, in test_attach_api_fails()
472 LIBBPF_OPTS_RESET(opts, in test_attach_api_fails()
485 LIBBPF_OPTS_RESET(opts, in test_attach_api_fails()
499 LIBBPF_OPTS_RESET(opts, in test_attach_api_fails()
514 LIBBPF_OPTS_RESET(opts, in test_attach_api_fails()
525 LIBBPF_OPTS_RESET(opts, in test_attach_api_fails()
H A Dcgroup_mprog_ordering.c22 LIBBPF_OPTS_RESET(opts); in run_getsockopt_test()
/linux/tools/lib/bpf/
H A Dlibbpf_common.h80 #define LIBBPF_OPTS_RESET(NAME, ...) \ macro