Home
last modified time | relevance | path

Searched refs:bpf_array (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/kernel/bpf/
Darraymap.c23 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()
Dcore.c447 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/
Dbpf_trace.c192 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/
Dbpf.h141 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/
Dbpf_jit_comp.c270 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/
Dbpf_jit_comp.c1012 offsetof(struct bpf_array, map.max_entries)); in bpf_jit_insn()
1044 REG_1, offsetof(struct bpf_array, ptrs)); in bpf_jit_insn()