Searched refs:map_push_elem (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | queue_stack_maps.c | 266 .map_push_elem = queue_stack_map_push_elem, 282 .map_push_elem = queue_stack_map_push_elem,
|
| H A D | bloom_filter.c | 210 .map_push_elem = bloom_map_push_elem,
|
| H A D | arena.c | 529 .map_push_elem = arena_map_push_elem,
|
| H A D | syscall.c | 292 err = map->ops->map_push_elem(map, value, flags); in bpf_map_update_value()
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 5992 FN(map_push_elem, 87, ##ctx) \
|
| /linux/include/linux/ |
| H A D | bpf.h | 109 long (*map_push_elem)(struct bpf_map *map, void *value, u64 flags); member
|