Home
last modified time | relevance | path

Searched refs:bpf_link__detach (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c197 bpf_link__detach(link2); in test_skmsg_helpers_with_link()
223 bpf_link__detach(link); in test_skmsg_helpers_with_link()
410 bpf_link__detach(link); in test_sockmap_skb_verdict_attach_with_link()
419 bpf_link__detach(link); in test_sockmap_skb_verdict_attach_with_link()
729 bpf_link__detach(link); in test_sockmap_skb_verdict_peek_with_link()
1009 bpf_link__detach(link); in test_sockmap_skb_verdict_vsock_poll()
H A Dxdp_link.c136 err = bpf_link__detach(link); in serial_test_xdp_link()
H A Dcheck_mtu.c71 err = bpf_link__detach(link); in test_check_mtu_xdp_attach()
H A Dtest_struct_ops_module.c280 err = bpf_link__detach(link); in test_detach_link()
H A Dcgroup_link.c222 err = bpf_link__detach(links[0]); in serial_test_cgroup_link()
H A Dtc_links.c594 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()
H A Dsk_lookup.c515 err = bpf_link__detach(link[0]); in query_lookup_prog()
H A Dsockmap_listen.c902 bpf_link__detach(link); in test_msg_redir_to_listening_with_link()
/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c1380 bpf_link__detach(links[i]); in run_options()
/linux/tools/lib/bpf/
H A Dlibbpf.c11134 int bpf_link__detach(struct bpf_link *link) in bpf_link__detach() function