Lines Matching refs:bpf_array
19 static void bpf_array_free_percpu(struct bpf_array *array) in bpf_array_free_percpu()
29 static int bpf_array_alloc_percpu(struct bpf_array *array) in bpf_array_alloc_percpu()
79 struct bpf_array *array; in array_map_alloc()
145 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_lookup_elem()
157 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_direct_value_addr()
171 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_direct_value_meta()
187 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_gen_lookup()
194 *insn++ = BPF_ALU64_IMM(BPF_ADD, map_ptr, offsetof(struct bpf_array, value)); in array_map_gen_lookup()
217 struct bpf_array *array = container_of(map, struct bpf_array, map); in percpu_array_map_lookup_elem()
228 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_percpu_array_copy()
255 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_get_next_key()
275 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_update_elem()
312 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_percpu_array_update()
356 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_free()
395 struct bpf_array *array = container_of(map, struct bpf_array, map); in percpu_array_map_seq_show_elem()
487 struct bpf_array *array = container_of(map, struct bpf_array, map); in fd_array_map_free()
528 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_fd_array_map_update_elem()
552 struct bpf_array *array = container_of(map, struct bpf_array, map); in fd_array_map_delete_elem()
571 struct bpf_array *array = container_of(map, struct bpf_array, map); in prog_fd_array_get_ptr()
598 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_fd_array_map_clear()
705 struct bpf_array *array = container_of(map, struct bpf_array, map); in perf_event_fd_array_release()
806 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_of_map_gen_lookup()
813 *insn++ = BPF_ALU64_IMM(BPF_ADD, map_ptr, offsetof(struct bpf_array, value)); in array_of_map_gen_lookup()