Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf-cgroup.h164 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog,
467 static inline struct bpf_cgroup_storage *bpf_cgroup_storage_alloc( in bpf_cgroup_storage_alloc() function
/openbmc/linux/kernel/bpf/
H A Dlocal_storage.c499 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog, in bpf_cgroup_storage_alloc() function
H A Dcgroup.c228 storages[stype] = bpf_cgroup_storage_alloc(prog, stype); in bpf_cgroup_storages_alloc()
/openbmc/linux/net/bpf/
H A Dtest_run.c403 item.cgroup_storage[stype] = bpf_cgroup_storage_alloc(prog, stype); in bpf_test_run()