Searched refs:bpf_link__detach (Results 1 – 8 of 8) sorted by relevance
136 err = bpf_link__detach(link); in serial_test_xdp_link()
71 err = bpf_link__detach(link); in test_check_mtu_xdp_attach()
222 err = bpf_link__detach(links[0]); in serial_test_cgroup_link()
594 err = bpf_link__detach(skel->links.tc2); in test_tc_chain_classic()789 err = bpf_link__detach(skel->links.tc2); in test_tc_links_replace_target()1651 err = bpf_link__detach(skel->links.tc6); in test_tc_chain_mixed()1754 err = bpf_link__detach(skel->links.tc2); in test_tc_links_ingress()
574 err = bpf_link__detach(link[0]); in query_lookup_prog()
179 bpf_link__detach;
430 LIBBPF_API int bpf_link__detach(struct bpf_link *link);
10014 int bpf_link__detach(struct bpf_link *link) in bpf_link__detach() function