Lines Matching defs:map

152 static void *array_map_lookup_elem(struct bpf_map *map, void *key)  in array_map_lookup_elem()
164 static u32 array_map_gen_lookup(struct bpf_map *map, struct bpf_insn *insn_buf) in array_map_gen_lookup()
194 static void *percpu_array_map_lookup_elem(struct bpf_map *map, void *key) in percpu_array_map_lookup_elem()
205 int bpf_percpu_array_copy(struct bpf_map *map, void *key, void *value) in bpf_percpu_array_copy()
232 static int array_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in array_map_get_next_key()
251 static int array_map_update_elem(struct bpf_map *map, void *key, void *value, in array_map_update_elem()
279 int bpf_percpu_array_update(struct bpf_map *map, void *key, void *value, in bpf_percpu_array_update()
318 static int array_map_delete_elem(struct bpf_map *map, void *key) in array_map_delete_elem()
324 static void array_map_free(struct bpf_map *map) in array_map_free()
341 static void array_map_seq_show_elem(struct bpf_map *map, void *key, in array_map_seq_show_elem()
361 static int array_map_check_btf(const struct bpf_map *map, in array_map_check_btf()
412 static void fd_array_map_free(struct bpf_map *map) in fd_array_map_free()
426 static void *fd_array_map_lookup_elem(struct bpf_map *map, void *key) in fd_array_map_lookup_elem()
432 int bpf_fd_array_map_lookup_elem(struct bpf_map *map, void *key, u32 *value) in bpf_fd_array_map_lookup_elem()
452 int bpf_fd_array_map_update_elem(struct bpf_map *map, struct file *map_file, in bpf_fd_array_map_update_elem()
477 static int fd_array_map_delete_elem(struct bpf_map *map, void *key) in fd_array_map_delete_elem()
495 static void *prog_fd_array_get_ptr(struct bpf_map *map, in prog_fd_array_get_ptr()
523 static void bpf_fd_array_map_clear(struct bpf_map *map) in bpf_fd_array_map_clear()
575 static void *perf_event_fd_array_get_ptr(struct bpf_map *map, in perf_event_fd_array_get_ptr()
606 static void perf_event_fd_array_release(struct bpf_map *map, in perf_event_fd_array_release()
636 static void *cgroup_fd_array_get_ptr(struct bpf_map *map, in cgroup_fd_array_get_ptr()
649 static void cgroup_fd_array_free(struct bpf_map *map) in cgroup_fd_array_free()
670 struct bpf_map *map, *inner_map_meta; in array_of_map_alloc() local
687 static void array_of_map_free(struct bpf_map *map) in array_of_map_free()
697 static void *array_of_map_lookup_elem(struct bpf_map *map, void *key) in array_of_map_lookup_elem()
707 static u32 array_of_map_gen_lookup(struct bpf_map *map, in array_of_map_gen_lookup()