Home
last modified time | relevance | path

Searched refs:bpf_cgroup_storage_alloc (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dbpf-cgroup.h115 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog);
273 static inline struct bpf_cgroup_storage *bpf_cgroup_storage_alloc( in bpf_cgroup_storage_alloc() function
/Linux-v4.19/net/bpf/
Dtest_run.c35 storage = bpf_cgroup_storage_alloc(prog); in bpf_test_run()
/Linux-v4.19/kernel/bpf/
Dlocal_storage.c289 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog) in bpf_cgroup_storage_alloc() function
Dcgroup.c257 storage = bpf_cgroup_storage_alloc(prog); in __cgroup_bpf_attach()