Searched refs:bpf_link_detach (Results 1 – 5 of 5) sorted by relevance
180 bpf_link_detach;
333 LIBBPF_API int bpf_link_detach(int link_fd);
774 int bpf_link_detach(int link_fd) in bpf_link_detach() function
9599 return bpf_link_detach(link->fd) ? -errno : 0; in bpf_link__detach()
446 err = bpf_link_detach(fd); in do_detach()