Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A 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 …]
H A 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()
H A Dvrf_socket_lookup.c123 bpf_tc_hook_destroy(&hook); in attach_progs()
128 bpf_tc_hook_destroy(&hook); in attach_progs()
H A Ddecap_sanity.c72 bpf_tc_hook_destroy(&qdisc_hook); in test_decap_sanity()
H A Dxfrm_info.c88 bpf_tc_hook_destroy(hook); in attach_tc_prog()
97 bpf_tc_hook_destroy(hook); in attach_tc_prog()
H A Dtest_tunnel.c291 bpf_tc_hook_destroy(hook); in attach_tc_prog()
300 bpf_tc_hook_destroy(hook); in attach_tc_prog()
H A Dassign_reuse.c168 bpf_tc_hook_destroy(&tc_hook); in run_assign_reuse()
H A 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()
H A 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()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map265 bpf_tc_hook_destroy;
H A Dlibbpf.h1222 LIBBPF_API int bpf_tc_hook_destroy(struct bpf_tc_hook *hook);
H A Dnetlink.c632 int bpf_tc_hook_destroy(struct bpf_tc_hook *hook) in bpf_tc_hook_destroy() function
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_synproxy.c37 err = bpf_tc_hook_destroy(&hook); in cleanup()