Searched refs:memory_per_cpu_fw_alloc (Results 1 – 1 of 1) sorted by relevance
18 int *memory_per_cpu_fw_alloc; member23 int *memory_per_cpu_fw_alloc; in drain_memory_per_cpu_fw_alloc() local25 memory_per_cpu_fw_alloc = bpf_per_cpu_ptr(sk_prot_ctx->memory_per_cpu_fw_alloc, i); in drain_memory_per_cpu_fw_alloc()26 if (memory_per_cpu_fw_alloc) in drain_memory_per_cpu_fw_alloc()27 *sk_prot_ctx->memory_allocated += *memory_per_cpu_fw_alloc; in drain_memory_per_cpu_fw_alloc()32 static long get_memory_allocated(struct sock *_sk, int *memory_per_cpu_fw_alloc) in get_memory_allocated() argument42 sk_prot_ctx.memory_per_cpu_fw_alloc = memory_per_cpu_fw_alloc; in get_memory_allocated()50 long *memory_allocated, int *memory_per_cpu_fw_alloc) in fentry_init_sock() argument55 *memory_allocated = get_memory_allocated(sk, memory_per_cpu_fw_alloc); in fentry_init_sock()