Home
last modified time | relevance | path

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

/kernel/bpf/
Dsyscall.c2522 static const struct file_operations bpf_link_fops = { variable
2573 file = anon_inode_getfile("bpf_link", &bpf_link_fops, link, O_CLOEXEC); in bpf_link_prime()
2601 return anon_inode_getfd("bpf-link", &bpf_link_fops, link, O_CLOEXEC); in bpf_link_new_fd()
2611 if (f.file->f_op != &bpf_link_fops) { in bpf_link_get_from_fd()
4014 else if (f.file->f_op == &bpf_link_fops) in bpf_obj_get_info_by_fd()
4130 if (file->f_op == &bpf_link_fops) { in bpf_task_fd_query()