bpf_map_memory 94 include/linux/bpf.h struct bpf_map_memory memory; bpf_map_memory 659 include/linux/bpf.h int bpf_map_charge_init(struct bpf_map_memory *mem, u64 size); bpf_map_memory 660 include/linux/bpf.h void bpf_map_charge_finish(struct bpf_map_memory *mem); bpf_map_memory 661 include/linux/bpf.h void bpf_map_charge_move(struct bpf_map_memory *dst, bpf_map_memory 662 include/linux/bpf.h struct bpf_map_memory *src); bpf_map_memory 78 kernel/bpf/arraymap.c struct bpf_map_memory mem; bpf_map_memory 275 kernel/bpf/local_storage.c struct bpf_map_memory mem; bpf_map_memory 70 kernel/bpf/queue_stack_maps.c struct bpf_map_memory mem = {0}; bpf_map_memory 154 kernel/bpf/reuseport_array.c struct bpf_map_memory mem; bpf_map_memory 89 kernel/bpf/stackmap.c struct bpf_map_memory mem; bpf_map_memory 203 kernel/bpf/syscall.c int bpf_map_charge_init(struct bpf_map_memory *mem, u64 size) bpf_map_memory 225 kernel/bpf/syscall.c void bpf_map_charge_finish(struct bpf_map_memory *mem) bpf_map_memory 231 kernel/bpf/syscall.c void bpf_map_charge_move(struct bpf_map_memory *dst, bpf_map_memory 232 kernel/bpf/syscall.c struct bpf_map_memory *src) bpf_map_memory 237 kernel/bpf/syscall.c memset(src, 0, sizeof(struct bpf_map_memory)); bpf_map_memory 305 kernel/bpf/syscall.c struct bpf_map_memory mem; bpf_map_memory 553 kernel/bpf/syscall.c struct bpf_map_memory mem;