Home
last modified time | relevance | path

Searched refs:map_push_elem (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/bpf/
H A Dqueue_stack_maps.c266 .map_push_elem = queue_stack_map_push_elem,
282 .map_push_elem = queue_stack_map_push_elem,
H A Dbloom_filter.c210 .map_push_elem = bloom_map_push_elem,
H A Darena.c529 .map_push_elem = arena_map_push_elem,
H A Dsyscall.c292 err = map->ops->map_push_elem(map, value, flags); in bpf_map_update_value()
/linux/tools/include/uapi/linux/
H A Dbpf.h5992 FN(map_push_elem, 87, ##ctx) \
/linux/include/linux/
H A Dbpf.h109 long (*map_push_elem)(struct bpf_map *map, void *value, u64 flags); member