Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf-cgroup.h211 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog,
458 static inline struct bpf_cgroup_storage *bpf_cgroup_storage_alloc( in bpf_cgroup_storage_alloc() function
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dlocal_storage.c497 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog, in bpf_cgroup_storage_alloc() function
H A Dcgroup.c61 storages[stype] = bpf_cgroup_storage_alloc(prog, stype); in bpf_cgroup_storages_alloc()
/OK3568_Linux_fs/kernel/net/bpf/
H A Dtest_run.c95 storage[stype] = bpf_cgroup_storage_alloc(prog, stype); in bpf_test_run()