Searched refs:map_peek_elem (Results 1 – 9 of 9) sorted by relevance
/linux/kernel/bpf/ |
H A D | queue_stack_maps.c | 279 .map_peek_elem = queue_map_peek_elem, 295 .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 | 399 .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 | 239 err = map->ops->map_peek_elem(map, value); in bpf_map_copy_value()
|
H A D | verifier.c | 20975 BUILD_BUG_ON(!__same_type(ops->map_peek_elem, in do_misc_fixups() 21005 insn->imm = BPF_CALL_IMM(ops->map_peek_elem); in do_misc_fixups()
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 5890 FN(map_peek_elem, 89, ##ctx) \
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 5890 FN(map_peek_elem, 89, ##ctx) \
|
/linux/include/linux/ |
H A D | bpf.h | 109 long (*map_peek_elem)(struct bpf_map *map, void *value); member
|