Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dnet_namespace.c136 new_array = bpf_prog_array_alloc(cnt, GFP_KERNEL); in bpf_netns_link_release()
344 run_array = bpf_prog_array_alloc(1, GFP_KERNEL); in netns_bpf_prog_attach()
456 run_array = bpf_prog_array_alloc(cnt + 1, GFP_KERNEL); in netns_bpf_link_attach()
Dcore.c2470 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags) in bpf_prog_array_alloc() function
2687 array = bpf_prog_array_alloc(new_prog_cnt + 1, GFP_KERNEL); in bpf_prog_array_copy()
Dcgroup.c435 progs = bpf_prog_array_alloc(cnt, GFP_KERNEL); in compute_effective_progs()
/linux-6.12.1/net/bpf/
Dtest_run.c1494 progs = bpf_prog_array_alloc(1, GFP_KERNEL); in bpf_prog_test_run_sk_lookup()
/linux-6.12.1/include/linux/
Dbpf.h2041 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags);