Home
last modified time | relevance | path

Searched refs:link_detach (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dbpf.c855 const size_t attr_sz = offsetofend(union bpf_attr, link_detach); in bpf_link_detach()
860 attr.link_detach.link_fd = link_fd; in bpf_link_detach()
/openbmc/linux/kernel/bpf/
H A Dsyscall.c5151 #define BPF_LINK_DETACH_LAST_FIELD link_detach.link_fd
5153 static int link_detach(union bpf_attr *attr) in link_detach() function
5161 link = bpf_link_get_from_fd(attr->link_detach.link_fd); in link_detach()
5517 err = link_detach(&attr); in __sys_bpf()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1673 } link_detach; member
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1673 } link_detach; member