Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c33 extern const void bpf_map_fops __ksym;
82 fops = &bpf_map_fops; in iter()
/linux/include/linux/
H A Dbpf.h2374 extern const struct file_operations bpf_map_fops;
2432 if (unlikely(fd_file(f)->f_op != &bpf_map_fops)) in __bpf_map_get()
/linux/kernel/bpf/
H A Dsyscall.c1141 const struct file_operations bpf_map_fops = { variable
1161 return anon_inode_getfd("bpf-map", &bpf_map_fops, map, in bpf_map_new_fd()
5279 else if (fd_file(f)->f_op == &bpf_map_fops) in bpf_obj_get_info_by_fd()
/linux/security/selinux/
H A Dhooks.c7063 if (file->f_op == &bpf_map_fops) { in bpf_fd_pass()