Searched refs:bpf_prog_array_alloc (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/bpf/
H A Dnet_namespace.c136 new_array = bpf_prog_array_alloc(cnt, GFP_KERNEL);
344 run_array = bpf_prog_array_alloc(1, GFP_KERNEL);
456 run_array = bpf_prog_array_alloc(cnt + 1, GFP_KERNEL);
H A Dcore.c2438 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags) function
2654 array = bpf_prog_array_alloc(new_prog_cnt + 1, GFP_KERNEL);
H A Dcgroup.c418 progs = bpf_prog_array_alloc(cnt, GFP_KERNEL);
/linux-master/net/bpf/
H A Dtest_run.c1443 progs = bpf_prog_array_alloc(1, GFP_KERNEL);
/linux-master/include/linux/
H A Dbpf.h1964 * the structure returned by bpf_prog_array_alloc() should be populated
1991 * It will not be modified the caller of bpf_prog_array_alloc()
1997 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags);

Completed in 185 milliseconds