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