Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
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 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.c574 err = bpf_link__detach(link[0]); in query_lookup_prog()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map179 bpf_link__detach;
H A Dlibbpf.h430 LIBBPF_API int bpf_link__detach(struct bpf_link *link);
H A Dlibbpf.c10014 int bpf_link__detach(struct bpf_link *link) in bpf_link__detach() function