Searched refs:map_peek_elem (Results 1 – 8 of 8) sorted by relevance
/openbmc/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 | helpers.c | 118 return map->ops->map_peek_elem(map, value); in BPF_CALL_2()
|
H A D | syscall.c | 238 err = map->ops->map_peek_elem(map, value); in bpf_map_copy_value()
|
H A D | verifier.c | 19222 BUILD_BUG_ON(!__same_type(ops->map_peek_elem, in do_misc_fixups() 19252 insn->imm = BPF_CALL_IMM(ops->map_peek_elem); in do_misc_fixups()
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 5761 FN(map_peek_elem, 89, ##ctx) \
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 5761 FN(map_peek_elem, 89, ##ctx) \
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 103 long (*map_peek_elem)(struct bpf_map *map, void *value); member
|