Searched refs:bpf_link_detach (Results 1 – 4 of 4) sorted by relevance
180 bpf_link_detach;
432 LIBBPF_API int bpf_link_detach(int link_fd);
869 int bpf_link_detach(int link_fd) in bpf_link_detach() function
10472 return bpf_link_detach(link->fd) ? -errno : 0;