Searched refs:bpf_map_fops (Results 1 – 1 of 1) sorted by relevance
74 static const struct file_operations bpf_map_fops = { variable104 err = anon_inode_getfd("bpf-map", &bpf_map_fops, map, O_RDWR | O_CLOEXEC); in map_create()127 if (f.file->f_op != &bpf_map_fops) { in bpf_map_get()