Searched refs:bpf_map_direct_read (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | bpf_verifier.h | 1164 int bpf_map_direct_read(struct bpf_map *map, int off, int size, u64 *val,
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 5818 int bpf_map_direct_read(struct bpf_map *map, int off, int size, u64 *val, in bpf_map_direct_read() function 6383 err = bpf_map_direct_read(map, map_off, size, in check_mem_access()
|