Searched refs:bpf_prog_array_alloc (Results 1 – 2 of 2) sorted by relevance
1795 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags) in bpf_prog_array_alloc() function1935 array = bpf_prog_array_alloc(new_prog_cnt + 1, GFP_KERNEL); in bpf_prog_array_copy()
155 progs = bpf_prog_array_alloc(cnt, GFP_KERNEL); in compute_effective_progs()