Searched refs:map_peek_elem (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | queue_stack_maps.c | 268 .map_peek_elem = queue_map_peek_elem, 284 .map_peek_elem = stack_map_peek_elem,
|
| H A D | bloom_filter.c | 211 .map_peek_elem = bloom_map_peek_elem,
|
| H A D | arena.c | 407 .map_peek_elem = arena_map_peek_elem,
|
| H A D | helpers.c | 119 return map->ops->map_peek_elem(map, value); in BPF_CALL_2()
|
| H A D | syscall.c | 328 err = map->ops->map_peek_elem(map, value); in bpf_map_copy_value()
|
| H A D | verifier.c | 22109 BUILD_BUG_ON(!__same_type(ops->map_peek_elem, in do_misc_fixups() 22139 insn->imm = BPF_CALL_IMM(ops->map_peek_elem); in do_misc_fixups()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 5907 FN(map_peek_elem, 89, ##ctx) \
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 5907 FN(map_peek_elem, 89, ##ctx) \
|
| /linux-6.15/include/linux/ |
| H A D | bpf.h | 110 long (*map_peek_elem)(struct bpf_map *map, void *value); member
|