Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dsyscall.c5892 #define BPF_LINK_DETACH_LAST_FIELD link_detach.link_fd
5894 static int link_detach(union bpf_attr *attr) in link_detach() function
5902 link = bpf_link_get_from_fd(attr->link_detach.link_fd); in link_detach()
6337 err = link_detach(&attr); in __sys_bpf()
/linux/tools/include/uapi/linux/
H A Dbpf.h1890 } link_detach;
1864 } link_detach; global() member