Home
last modified time | relevance | path

Searched refs:map_peek_elem (Results 1 – 9 of 9) sorted by relevance

/linux/kernel/bpf/
H A Dqueue_stack_maps.c271 .map_peek_elem = queue_map_peek_elem,
287 .map_peek_elem = stack_map_peek_elem,
H A Dbloom_filter.c210 .map_peek_elem = bloom_map_peek_elem,
H A Darena.c649 .map_peek_elem = arena_map_peek_elem,
H A Dfixups.c2099 BUILD_BUG_ON(!__same_type(ops->map_peek_elem, in bpf_do_misc_fixups()
2129 insn->imm = BPF_CALL_IMM(ops->map_peek_elem); in bpf_do_misc_fixups()
H A Dhelpers.c122 return map->ops->map_peek_elem(map, value); in BPF_CALL_2()
H A Dsyscall.c336 err = map->ops->map_peek_elem(map, value); in bpf_map_copy_value()
/linux/tools/include/uapi/linux/
H A Dbpf.h6092 FN(map_peek_elem, 89, ##ctx) \
/linux/include/uapi/linux/
H A Dbpf.h6092 FN(map_peek_elem, 89, ##ctx) \
/linux/include/linux/
H A Dbpf.h115 long (*map_peek_elem)(struct bpf_map *map, void *value); member