Searched refs:bpf_array (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/kernel/bpf/ |
D | arraymap.c | 23 struct bpf_array *array; in array_map_alloc() 67 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_lookup_elem() 79 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_get_next_key() 99 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_update_elem() 127 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_free() 170 struct bpf_array *array = container_of(map, struct bpf_array, map); in fd_array_map_free() 190 struct bpf_array *array = container_of(map, struct bpf_array, map); in fd_array_map_update_elem() 214 struct bpf_array *array = container_of(map, struct bpf_array, map); in fd_array_map_delete_elem() 232 struct bpf_array *array = container_of(map, struct bpf_array, map); in prog_fd_array_get_ptr() 254 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_fd_array_map_clear()
|
D | core.c | 447 struct bpf_array *array = container_of(map, struct bpf_array, map); in __bpf_prog_run() 657 bool bpf_prog_array_compatible(struct bpf_array *array, in bpf_prog_array_compatible() 681 struct bpf_array *array; in bpf_check_tail_call() 686 array = container_of(map, struct bpf_array, map); in bpf_check_tail_call()
|
/linux-4.4.14/kernel/trace/ |
D | bpf_trace.c | 192 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_perf_event_read() 227 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_perf_event_output()
|
/linux-4.4.14/include/linux/ |
D | bpf.h | 141 struct bpf_array { struct 160 bool bpf_prog_array_compatible(struct bpf_array *array, const struct bpf_prog *fp); argument
|
/linux-4.4.14/arch/x86/net/ |
D | bpf_jit_comp.c | 270 offsetof(struct bpf_array, map.max_entries)); in emit_bpf_tail_call() 289 offsetof(struct bpf_array, ptrs)); in emit_bpf_tail_call()
|
/linux-4.4.14/arch/s390/net/ |
D | bpf_jit_comp.c | 1012 offsetof(struct bpf_array, map.max_entries)); in bpf_jit_insn() 1044 REG_1, offsetof(struct bpf_array, ptrs)); in bpf_jit_insn()
|