Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dcgroup.c112 progs = bpf_prog_array_alloc(cnt, GFP_KERNEL); in compute_effective_progs()
Dcore.c1541 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags) in bpf_prog_array_alloc() function
1683 array = bpf_prog_array_alloc(new_prog_cnt + 1, GFP_KERNEL); in bpf_prog_array_copy()
/Linux-v4.19/include/linux/
Dbpf.h368 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags);