Searched refs:bpf_map_fops (Results 1 – 4 of 4) sorted by relevance
19 extern const void bpf_map_fops __ksym;57 fops = &bpf_map_fops; in iter()
696 const struct file_operations bpf_map_fops = { variable715 return anon_inode_getfd("bpf-map", &bpf_map_fops, map, in bpf_map_new_fd()953 if (f.file->f_op != &bpf_map_fops) { in __bpf_map_get()4013 else if (f.file->f_op == &bpf_map_fops) in bpf_obj_get_info_by_fd()
1369 extern const struct file_operations bpf_map_fops;
6871 if (file->f_op == &bpf_map_fops) { in bpf_fd_pass()
Completed in 35 milliseconds