Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf-cgroup.h229 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog,
505 static inline struct bpf_cgroup_storage *bpf_cgroup_storage_alloc( in bpf_cgroup_storage_alloc() function
/Linux-v5.15/kernel/bpf/
Dlocal_storage.c493 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog, in bpf_cgroup_storage_alloc() function
Dcgroup.c61 storages[stype] = bpf_cgroup_storage_alloc(prog, stype); in bpf_cgroup_storages_alloc()
/Linux-v5.15/net/bpf/
Dtest_run.c100 item.cgroup_storage[stype] = bpf_cgroup_storage_alloc(prog, stype); in bpf_test_run()