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

/linux-4.4.14/kernel/bpf/
H A Dsyscall.c116 static const struct file_operations bpf_map_fops = { variable in typeref:struct:file_operations
122 return anon_inode_getfd("bpf-map", &bpf_map_fops, map, bpf_map_new_fd()
176 if (f.file->f_op != &bpf_map_fops) { __bpf_map_get()

Completed in 41 milliseconds