Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dsyscall.c430 const struct file_operations bpf_map_fops = { variable
447 return anon_inode_getfd("bpf-map", &bpf_map_fops, map, in bpf_map_new_fd()
650 if (f.file->f_op != &bpf_map_fops) { in __bpf_map_get()
2673 else if (f.file->f_op == &bpf_map_fops) in bpf_obj_get_info_by_fd()
/Linux-v5.4/include/linux/
Dbpf.h620 extern const struct file_operations bpf_map_fops;
/Linux-v5.4/security/selinux/
Dhooks.c6703 if (file->f_op == &bpf_map_fops) { in bpf_fd_pass()