Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbpf.h185 LIBBPF_API int bpf_link_detach(int link_fd);
H A Dbpf.c618 int bpf_link_detach(int link_fd) in bpf_link_detach() function
H A Dlibbpf.c9232 return bpf_link_detach(link->fd) ? -errno : 0; in bpf_link__detach()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dlink.c375 err = bpf_link_detach(fd); in do_detach()
/kernel/linux/linux-6.6/tools/lib/bpf/
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()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dlink.c1007 err = bpf_link_detach(fd); in do_detach()

Completed in 37 milliseconds