Home
last modified time | relevance | path

Searched defs:map_file (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/bpf/
H A Darraymap.c876 bpf_fd_array_map_update_elem(struct bpf_map * map,struct file * map_file,void * key,void * value,u64 map_flags) bpf_fd_array_map_update_elem() argument
940 prog_fd_array_get_ptr(struct bpf_map * map,struct file * map_file,int fd) prog_fd_array_get_ptr() argument
1212 bpf_event_entry_gen(struct file * perf_file,struct file * map_file) bpf_event_entry_gen() argument
1241 perf_event_fd_array_get_ptr(struct bpf_map * map,struct file * map_file,int fd) perf_event_fd_array_get_ptr() argument
1273 perf_event_fd_array_release(struct bpf_map * map,struct file * map_file) perf_event_fd_array_release() argument
1316 cgroup_fd_array_get_ptr(struct bpf_map * map,struct file * map_file,int fd) cgroup_fd_array_get_ptr() argument
[all...]
H A Dmap_in_map.c95 struct file *map_file /* not used */, in bpf_map_fd_get_ptr()
H A Dsyscall.c247 static int bpf_map_update_value(struct bpf_map *map, struct file *map_file, in bpf_map_update_value()
2000 int generic_map_update_batch(struct bpf_map *map, struct file *map_file, in generic_map_update_batch()
H A Dhashtab.c2537 bpf_fd_htab_map_update_elem(struct bpf_map * map,struct file * map_file,void * key,void * value,u64 map_flags) bpf_fd_htab_map_update_elem() argument
/linux/scripts/
H A Dinsert-sys-cert.c201 static void *map_file(char *file_name, int *size) in map_file() function
/linux/tools/testing/selftests/net/
H A Dbpf_offload.py555 def check_dev_info_removed(prog_file=None, map_file=None): argument
568 def check_dev_info(other_ns, ns, prog_file=None, map_file=None, removed=False): argument
1146 map_file, _ = pin_map("/sys/fs/bpf/tmp_map", idx=1, expected=2) variable
/linux/include/linux/
H A Dbpf.h2160 struct file *map_file; member