Searched refs:bpf_link_detach (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dbpf.h447 LIBBPF_API int bpf_link_detach(int link_fd);
H A Dbpf.c876 int bpf_link_detach(int link_fd) function
H A Dlibbpf.c10507 return bpf_link_detach(link->fd) ? -errno : 0;
/linux-master/tools/bpf/bpftool/
H A Dlink.c1185 err = bpf_link_detach(fd);

Completed in 347 milliseconds