Lines Matching defs:key

163 static void *array_map_lookup_elem(struct bpf_map *map, void *key)  in array_map_lookup_elem()
238 static void *percpu_array_map_lookup_elem(struct bpf_map *map, void *key) in percpu_array_map_lookup_elem()
249 static void *percpu_array_map_lookup_percpu_elem(struct bpf_map *map, void *key, u32 cpu) in percpu_array_map_lookup_percpu_elem()
263 int bpf_percpu_array_copy(struct bpf_map *map, void *key, void *value) in bpf_percpu_array_copy()
291 static int array_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in array_map_get_next_key()
310 static long array_map_update_elem(struct bpf_map *map, void *key, void *value, in array_map_update_elem()
349 int bpf_percpu_array_update(struct bpf_map *map, void *key, void *value, in bpf_percpu_array_update()
389 static long array_map_delete_elem(struct bpf_map *map, void *key) in array_map_delete_elem()
444 static void array_map_seq_show_elem(struct bpf_map *map, void *key, in array_map_seq_show_elem()
465 static void percpu_array_map_seq_show_elem(struct bpf_map *map, void *key, in percpu_array_map_seq_show_elem()
692 u32 i, key, num_elems = 0; in bpf_for_each_array_elem() local
816 static void *fd_array_map_lookup_elem(struct bpf_map *map, void *key) in fd_array_map_lookup_elem()
822 int bpf_fd_array_map_lookup_elem(struct bpf_map *map, void *key, u32 *value) in bpf_fd_array_map_lookup_elem()
843 void *key, void *value, u64 map_flags) in bpf_fd_array_map_update_elem()
874 static long __fd_array_map_delete_elem(struct bpf_map *map, void *key, bool need_defer) in __fd_array_map_delete_elem()
900 static long fd_array_map_delete_elem(struct bpf_map *map, void *key) in fd_array_map_delete_elem()
942 static void prog_array_map_seq_show_elem(struct bpf_map *map, void *key, in prog_array_map_seq_show_elem()
1027 static void prog_array_map_poke_run(struct bpf_map *map, u32 key, in prog_array_map_poke_run()
1323 static void *array_of_map_lookup_elem(struct bpf_map *map, void *key) in array_of_map_lookup_elem()