Searched refs:bpf_tcx_opts (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tc_links.c | 19 LIBBPF_OPTS(bpf_tcx_opts, optl); in serial_test_tc_links_basic() 118 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_links_before_target() 272 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_links_after_target() 426 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_links_revision_target() 528 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_chain_classic() 632 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_links_replace_target() 858 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_links_invalid_target() 1170 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_links_prepend_target() 1326 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_links_append_target() 1481 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_links_dev_cleanup_target() [all …]
|
H A D | tc_opts.c | 1401 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_opts_mixed_target() 1576 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_opts_demixed_target()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.h | 788 struct bpf_tcx_opts { struct 801 const struct bpf_tcx_opts *opts); argument
|
H A D | libbpf.c | 11968 const struct bpf_tcx_opts *opts) in bpf_program__attach_tcx() 11974 if (!OPTS_VALID(opts, bpf_tcx_opts)) in bpf_program__attach_tcx()
|