Searched refs:bpf_tcx_opts (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | tc_links.c | 17 LIBBPF_OPTS(bpf_tcx_opts, optl); in serial_test_tc_links_basic() 116 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_links_before_target() 270 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_links_after_target() 424 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_links_revision_target() 526 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_chain_classic() 630 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_links_replace_target() 856 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_links_invalid_target() 1168 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_links_prepend_target() 1324 LIBBPF_OPTS(bpf_tcx_opts, optl); in test_tc_links_append_target() 1479 LIBBPF_OPTS(bpf_tcx_opts, opt 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()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.h | 788 struct bpf_tcx_opts { struct 801 const struct bpf_tcx_opts *opts);
|
H A D | libbpf.c | 11964 const struct bpf_tcx_opts *opts) in bpf_program__attach_tcx() 11970 if (!OPTS_VALID(opts, bpf_tcx_opts)) in bpf_program__attach_tcx()
|
Completed in 24 milliseconds