Lines Matching defs:map
65 static void *array_map_lookup_elem(struct bpf_map *map, void *key) in array_map_lookup_elem()
77 static int array_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in array_map_get_next_key()
96 static int array_map_update_elem(struct bpf_map *map, void *key, void *value, in array_map_update_elem()
119 static int array_map_delete_elem(struct bpf_map *map, void *key) in array_map_delete_elem()
125 static void array_map_free(struct bpf_map *map) in array_map_free()
168 static void fd_array_map_free(struct bpf_map *map) in fd_array_map_free()
181 static void *fd_array_map_lookup_elem(struct bpf_map *map, void *key) in fd_array_map_lookup_elem()
187 static int fd_array_map_update_elem(struct bpf_map *map, void *key, in fd_array_map_update_elem()
212 static int fd_array_map_delete_elem(struct bpf_map *map, void *key) in fd_array_map_delete_elem()
230 static void *prog_fd_array_get_ptr(struct bpf_map *map, int fd) in prog_fd_array_get_ptr()
252 void bpf_fd_array_map_clear(struct bpf_map *map) in bpf_fd_array_map_clear()
284 static void perf_event_array_map_free(struct bpf_map *map) in perf_event_array_map_free()
290 static void *perf_event_fd_array_get_ptr(struct bpf_map *map, int fd) in perf_event_fd_array_get_ptr()