Home
last modified time | relevance | path

Searched refs:bpf_tc_hook_destroy (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dtc_bpf.c85 ret = bpf_tc_hook_destroy(&inv_hook); in test_tc_bpf_api()
109 ret = bpf_tc_hook_destroy(&inv_hook); in test_tc_bpf_api()
134 ret = bpf_tc_hook_destroy(&inv_hook); in test_tc_bpf_api()
158 ret = bpf_tc_hook_destroy(&inv_hook); in test_tc_bpf_api()
183 ret = bpf_tc_hook_destroy(&inv_hook); in test_tc_bpf_api()
363 ret = bpf_tc_hook_destroy(&hook); in tc_bpf_root()
369 bpf_tc_hook_destroy(&hook); in tc_bpf_root()
375 bpf_tc_hook_destroy(&hook); in tc_bpf_root()
382 bpf_tc_hook_destroy(&hook); in tc_bpf_root()
388 bpf_tc_hook_destroy(&hook); in tc_bpf_root()
[all …]
Dxdp_do_redirect.c52 bpf_tc_hook_destroy(hook); in attach_tc_prog()
242 bpf_tc_hook_destroy(&tc_hook); in test_xdp_do_redirect()
Dvrf_socket_lookup.c123 bpf_tc_hook_destroy(&hook); in attach_progs()
128 bpf_tc_hook_destroy(&hook); in attach_progs()
Ddecap_sanity.c72 bpf_tc_hook_destroy(&qdisc_hook); in test_decap_sanity()
Dxfrm_info.c88 bpf_tc_hook_destroy(hook); in attach_tc_prog()
97 bpf_tc_hook_destroy(hook); in attach_tc_prog()
Dtest_tunnel.c291 bpf_tc_hook_destroy(hook); in attach_tc_prog()
300 bpf_tc_hook_destroy(hook); in attach_tc_prog()
Dassign_reuse.c168 bpf_tc_hook_destroy(&tc_hook); in run_assign_reuse()
Dtc_opts.c652 bpf_tc_hook_destroy(&tc_hook); in test_tc_chain_classic()
2263 bpf_tc_hook_destroy(&tc_hook); in test_tc_opts_delete_empty()
2369 bpf_tc_hook_destroy(&tc_hook); in test_tc_chain_mixed()
Dtc_links.c612 bpf_tc_hook_destroy(&tc_hook); in test_tc_chain_classic()
1668 bpf_tc_hook_destroy(&tc_hook); in test_tc_chain_mixed()
/Linux-v6.6/tools/lib/bpf/
Dlibbpf.map265 bpf_tc_hook_destroy;
Dlibbpf.h1222 LIBBPF_API int bpf_tc_hook_destroy(struct bpf_tc_hook *hook);
Dnetlink.c632 int bpf_tc_hook_destroy(struct bpf_tc_hook *hook) in bpf_tc_hook_destroy() function
/Linux-v6.6/tools/testing/selftests/bpf/
Dxdp_synproxy.c37 err = bpf_tc_hook_destroy(&hook); in cleanup()