Searched refs:map_push_elem (Results 1 – 9 of 9) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | queue_stack_maps.c | 269 .map_push_elem = queue_stack_map_push_elem, 285 .map_push_elem = queue_stack_map_push_elem,
|
| H A D | bloom_filter.c | 209 .map_push_elem = bloom_map_push_elem,
|
| H A D | arena.c | 648 .map_push_elem = arena_map_push_elem,
|
| H A D | fixups.c | 2094 BUILD_BUG_ON(!__same_type(ops->map_push_elem, in bpf_do_misc_fixups() 2123 insn->imm = BPF_CALL_IMM(ops->map_push_elem); in bpf_do_misc_fixups()
|
| H A D | helpers.c | 94 return map->ops->map_push_elem(map, value, flags); in BPF_CALL_3()
|
| 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 | 6090 FN(map_push_elem, 87, ##ctx) \
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 6090 FN(map_push_elem, 87, ##ctx) \
|
| /linux/include/linux/ |
| H A D | bpf.h | 113 long (*map_push_elem)(struct bpf_map *map, void *value, u64 flags); member
|