Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/bpf/
Dbpf.c880 const size_t attr_sz = offsetofend(union bpf_attr, link_detach); in bpf_link_detach()
885 attr.link_detach.link_fd = link_fd; in bpf_link_detach()
/linux-6.12.1/kernel/bpf/
Dsyscall.c5361 #define BPF_LINK_DETACH_LAST_FIELD link_detach.link_fd
5363 static int link_detach(union bpf_attr *attr) in link_detach() function
5371 link = bpf_link_get_from_fd(attr->link_detach.link_fd); in link_detach()
5742 err = link_detach(&attr); in __sys_bpf()
/linux-6.12.1/include/uapi/linux/
Dbpf.h1807 } link_detach; member
/linux-6.12.1/tools/include/uapi/linux/
Dbpf.h1807 } link_detach; member