Home
last modified time | relevance | path

Searched refs:bpf_prog_array_alloc (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dbpf.h521 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags);
/Linux-v5.4/kernel/bpf/
Dcore.c1786 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags) in bpf_prog_array_alloc() function
1926 array = bpf_prog_array_alloc(new_prog_cnt + 1, GFP_KERNEL); in bpf_prog_array_copy()
Dcgroup.c152 progs = bpf_prog_array_alloc(cnt, GFP_KERNEL); in compute_effective_progs()