Home
last modified time | relevance | path

Searched refs:bpf_tc_detach (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_bpf.c64 ret = bpf_tc_detach(hook, &opts); in test_tc_bpf_basic()
94 ret = bpf_tc_detach(&inv_hook, &opts); in test_tc_bpf_api()
118 ret = bpf_tc_detach(&inv_hook, &opts); in test_tc_bpf_api()
142 ret = bpf_tc_detach(&inv_hook, &opts); in test_tc_bpf_api()
166 ret = bpf_tc_detach(&inv_hook, &opts); in test_tc_bpf_api()
191 ret = bpf_tc_detach(&inv_hook, &opts); in test_tc_bpf_api()
205 ret = bpf_tc_detach(NULL, &opts_hp); in test_tc_bpf_api()
209 ret = bpf_tc_detach(hook, NULL); in test_tc_bpf_api()
213 ret = bpf_tc_detach(hook, &opts_hpr); in test_tc_bpf_api()
217 ret = bpf_tc_detach(hook, &opts_hpf); in test_tc_bpf_api()
[all …]
H A Dassign_reuse.c163 ret = bpf_tc_detach(&tc_hook, &tc_opts); in run_assign_reuse()
H A Dtc_links.c609 err = bpf_tc_detach(&tc_hook, &tc_opts); in test_tc_chain_classic()
1666 err = bpf_tc_detach(&tc_hook, &tc_opts); in test_tc_chain_mixed()
1769 err = bpf_tc_detach(&tc_hook, &tc_opts); in test_tc_links_ingress()
H A Dtc_opts.c647 err = bpf_tc_detach(&tc_hook, &tc_opts); in test_tc_chain_classic()
2364 err = bpf_tc_detach(&tc_hook, &tc_opts); in test_tc_chain_mixed()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map263 bpf_tc_detach;
H A Dlibbpf.h1225 LIBBPF_API int bpf_tc_detach(const struct bpf_tc_hook *hook,
H A Dnetlink.c853 int bpf_tc_detach(const struct bpf_tc_hook *hook, in bpf_tc_detach() function