Searched refs:bpf_prog_array_alloc (Results 1 – 3 of 3) sorted by relevance
521 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags);
1786 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags) in bpf_prog_array_alloc() function1926 array = bpf_prog_array_alloc(new_prog_cnt + 1, GFP_KERNEL); in bpf_prog_array_copy()
152 progs = bpf_prog_array_alloc(cnt, GFP_KERNEL); in compute_effective_progs()