Searched refs:map_peek_elem (Results 1 – 9 of 9) sorted by relevance
| /linux/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 | 517 .map_peek_elem = arena_map_peek_elem,
|
| H A D | helpers.c | 122 return map->ops->map_peek_elem(map, value); in BPF_CALL_2()
|
| H A D | syscall.c | 336 err = map->ops->map_peek_elem(map, value); in bpf_map_copy_value()
|
| H A D | verifier.c | 23967 BUILD_BUG_ON(!__same_type(ops->map_peek_elem, in do_misc_fixups() 23997 insn->imm = BPF_CALL_IMM(ops->map_peek_elem); in do_misc_fixups()
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 5992 FN(map_peek_elem, 89, ##ctx) \
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 5992 FN(map_peek_elem, 89, ##ctx) \
|
| /linux/include/linux/ |
| H A D | bpf.h | 111 long (*map_peek_elem)(struct bpf_map *map, void *value); member
|