Lines Matching refs:LIBBPF_OPTS
15 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in serial_test_tc_opts_basic()
16 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in serial_test_tc_opts_basic()
17 LIBBPF_OPTS(bpf_prog_query_opts, optq); in serial_test_tc_opts_basic()
113 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_before_target()
114 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_before_target()
115 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_opts_before_target()
265 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_after_target()
266 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_after_target()
267 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_opts_after_target()
456 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_revision_target()
457 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_revision_target()
458 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_opts_revision_target()
565 LIBBPF_OPTS(bpf_tc_opts, tc_opts, .handle = 1, .priority = 1); in test_tc_chain_classic()
566 LIBBPF_OPTS(bpf_tc_hook, tc_hook, .ifindex = loopback); in test_tc_chain_classic()
567 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_chain_classic()
568 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_chain_classic()
668 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_replace_target()
669 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_replace_target()
670 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_opts_replace_target()
875 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_invalid_target()
876 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_invalid_target()
1028 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_prepend_target()
1029 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_prepend_target()
1030 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_opts_prepend_target()
1168 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_append_target()
1169 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_append_target()
1170 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_opts_append_target()
1308 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_dev_cleanup_target()
1309 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_dev_cleanup_target()
1310 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_opts_dev_cleanup_target()
1398 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_mixed_target()
1399 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_mixed_target()
1400 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_opts_mixed_target()
1401 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_opts_mixed_target()
1574 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_demixed_target()
1575 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_demixed_target()
1576 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_opts_demixed_target()
1653 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_detach_target()
1654 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_detach_target()
1655 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_opts_detach_target()
1824 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_detach_before_target()
1825 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_detach_before_target()
1826 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_opts_detach_before_target()
2031 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_detach_after_target()
2032 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_detach_after_target()
2033 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_opts_detach_after_target()
2247 LIBBPF_OPTS(bpf_tc_hook, tc_hook, .ifindex = loopback); in test_tc_opts_delete_empty()
2248 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_delete_empty()
2278 LIBBPF_OPTS(bpf_tc_opts, tc_opts, .handle = 1, .priority = 1); in test_tc_chain_mixed()
2279 LIBBPF_OPTS(bpf_tc_hook, tc_hook, .ifindex = loopback); in test_tc_chain_mixed()
2280 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_chain_mixed()
2281 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_chain_mixed()
2388 LIBBPF_OPTS(bpf_prog_load_opts, opts); in generate_dummy_prog()
2408 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_max_target()
2464 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_query_target()
2465 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_query_target()
2466 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_opts_query_target()
2630 LIBBPF_OPTS(bpf_prog_attach_opts, opta); in test_tc_opts_query_attach_target()
2631 LIBBPF_OPTS(bpf_prog_detach_opts, optd); in test_tc_opts_query_attach_target()
2632 LIBBPF_OPTS(bpf_prog_query_opts, optq); in test_tc_opts_query_attach_target()