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