Home
last modified time | relevance | path

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

/Linux-v6.1/tools/lib/bpf/
Dbpf.c776 const size_t attr_sz = offsetofend(union bpf_attr, link_detach); in bpf_link_detach()
781 attr.link_detach.link_fd = link_fd; in bpf_link_detach()
/Linux-v6.1/kernel/bpf/
Dsyscall.c4678 #define BPF_LINK_DETACH_LAST_FIELD link_detach.link_fd
4680 static int link_detach(union bpf_attr *attr) in link_detach() function
4688 link = bpf_link_get_from_fd(attr->link_detach.link_fd); in link_detach()
5054 err = link_detach(&attr); in __sys_bpf()
/Linux-v6.1/tools/include/uapi/linux/
Dbpf.h1548 } link_detach; member
/Linux-v6.1/include/uapi/linux/
Dbpf.h1548 } link_detach; member