Searched refs:map_pop_elem (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/kernel/bpf/ |
| D | queue_stack_maps.c | 278 .map_pop_elem = queue_map_pop_elem, 294 .map_pop_elem = stack_map_pop_elem,
|
| D | bloom_filter.c | 199 .map_pop_elem = bloom_map_pop_elem,
|
| D | helpers.c | 102 return map->ops->map_pop_elem(map, value); in BPF_CALL_2()
|
| D | syscall.c | 1927 err = map->ops->map_pop_elem(map, value); in map_lookup_and_delete_elem()
|
| D | verifier.c | 18660 BUILD_BUG_ON(!__same_type(ops->map_pop_elem, in do_misc_fixups() 18689 insn->imm = BPF_CALL_IMM(ops->map_pop_elem); in do_misc_fixups()
|
| /Linux-v6.6/tools/include/uapi/linux/ |
| D | bpf.h | 5735 FN(map_pop_elem, 88, ##ctx) \
|
| /Linux-v6.6/include/uapi/linux/ |
| D | bpf.h | 5735 FN(map_pop_elem, 88, ##ctx) \
|
| /Linux-v6.6/include/linux/ |
| D | bpf.h | 102 long (*map_pop_elem)(struct bpf_map *map, void *value); member
|