Searched refs:bpf_tc_hook_destroy (Results 1 – 9 of 9) sorted by relevance
84 ret = bpf_tc_hook_destroy(&inv_hook); in test_tc_bpf_api()108 ret = bpf_tc_hook_destroy(&inv_hook); in test_tc_bpf_api()133 ret = bpf_tc_hook_destroy(&inv_hook); in test_tc_bpf_api()157 ret = bpf_tc_hook_destroy(&inv_hook); in test_tc_bpf_api()182 ret = bpf_tc_hook_destroy(&inv_hook); in test_tc_bpf_api()362 ret = bpf_tc_hook_destroy(&hook); in test_tc_bpf()368 bpf_tc_hook_destroy(&hook); in test_tc_bpf()374 bpf_tc_hook_destroy(&hook); in test_tc_bpf()381 bpf_tc_hook_destroy(&hook); in test_tc_bpf()387 bpf_tc_hook_destroy(&hook); in test_tc_bpf()[all …]
60 bpf_tc_hook_destroy(hook); in attach_tc_prog()225 bpf_tc_hook_destroy(&tc_hook); in test_xdp_do_redirect()
230 bpf_tc_hook_destroy(hook); in attach_tc_prog()239 bpf_tc_hook_destroy(hook); in attach_tc_prog()
103 bpf_tc_hook_destroy(hook); in attach_tc_prog()112 bpf_tc_hook_destroy(hook); in attach_tc_prog()
80 bpf_tc_hook_destroy(&qdisc_hook); in test_decap_sanity()
265 bpf_tc_hook_destroy;
1098 LIBBPF_API int bpf_tc_hook_destroy(struct bpf_tc_hook *hook);
621 int bpf_tc_hook_destroy(struct bpf_tc_hook *hook) in bpf_tc_hook_destroy() function
37 err = bpf_tc_hook_destroy(&hook); in cleanup()
Completed in 13 milliseconds