Lines Matching refs:bpf_cgroup_storage
20 struct bpf_cgroup_storage;
34 struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE];
53 struct bpf_cgroup_storage { struct
76 struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE]; argument
170 static inline int bpf_cgroup_storage_set(struct bpf_cgroup_storage in bpf_cgroup_storage_set()
208 struct bpf_cgroup_storage *
211 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog,
213 void bpf_cgroup_storage_free(struct bpf_cgroup_storage *storage);
214 void bpf_cgroup_storage_link(struct bpf_cgroup_storage *storage,
217 void bpf_cgroup_storage_unlink(struct bpf_cgroup_storage *storage);
454 struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE]) { return 0; } in bpf_cgroup_storage_set()
458 static inline struct bpf_cgroup_storage *bpf_cgroup_storage_alloc( in bpf_cgroup_storage_alloc()
461 struct bpf_cgroup_storage *storage) {} in bpf_cgroup_storage_free()