Home
last modified time | relevance | path

Searched refs:bpf_link_detach (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map180 bpf_link_detach;
H A Dbpf.h427 LIBBPF_API int bpf_link_detach(int link_fd);
H A Dbpf.c853 int bpf_link_detach(int link_fd) in bpf_link_detach() function
H A Dlibbpf.c10016 return bpf_link_detach(link->fd) ? -errno : 0; in bpf_link__detach()
/openbmc/linux/tools/bpf/bpftool/
H A Dlink.c1007 err = bpf_link_detach(fd); in do_detach()