Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A 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()
H A Dcore.c2408 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags) in bpf_prog_array_alloc() function
2624 array = bpf_prog_array_alloc(new_prog_cnt + 1, GFP_KERNEL); in bpf_prog_array_copy()
H A Dcgroup.c418 progs = bpf_prog_array_alloc(cnt, GFP_KERNEL); in compute_effective_progs()
/openbmc/linux/net/bpf/
H A Dtest_run.c1437 progs = bpf_prog_array_alloc(1, GFP_KERNEL); in bpf_prog_test_run_sk_lookup()
/openbmc/linux/include/linux/
H A Dbpf.h1870 struct bpf_prog_array *bpf_prog_array_alloc(u32 prog_cnt, gfp_t flags);