Searched refs:bpf_tc_detach (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tc_bpf.c | 64 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 D | assign_reuse.c | 163 ret = bpf_tc_detach(&tc_hook, &tc_opts); in run_assign_reuse()
|
H A D | tc_links.c | 609 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 D | tc_opts.c | 647 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 D | libbpf.map | 263 bpf_tc_detach;
|
H A D | libbpf.h | 1225 LIBBPF_API int bpf_tc_detach(const struct bpf_tc_hook *hook,
|
H A D | netlink.c | 853 int bpf_tc_detach(const struct bpf_tc_hook *hook, in bpf_tc_detach() function
|