Searched refs:map_peek_elem (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | queue_stack_maps.c | 269 .map_peek_elem = queue_map_peek_elem, 286 .map_peek_elem = stack_map_peek_elem,
|
| H A D | helpers.c | 108 return map->ops->map_peek_elem(map, value); in BPF_CALL_2()
|
| H A D | syscall.c | 255 err = map->ops->map_peek_elem(map, value); in bpf_map_copy_value()
|
| H A D | verifier.c | 11626 BUILD_BUG_ON(!__same_type(ops->map_peek_elem, in fixup_bpf_calls() 11651 insn->imm = BPF_CAST_CALL(ops->map_peek_elem) - in fixup_bpf_calls()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | bpf.h | 2359 FN(map_peek_elem), \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | bpf.h | 2359 FN(map_peek_elem), \
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 3836 FN(map_peek_elem), \
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 3836 FN(map_peek_elem), \
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf.h | 81 int (*map_peek_elem)(struct bpf_map *map, void *value); member
|