Searched refs:bpf_cgroup_storage (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | local_storage.c | 67 struct bpf_cgroup_storage * 79 struct bpf_cgroup_storage *storage; in cgroup_storage_lookup() 81 storage = container_of(node, struct bpf_cgroup_storage, node); in cgroup_storage_lookup() 104 struct bpf_cgroup_storage *storage) in cgroup_storage_insert() 110 struct bpf_cgroup_storage *this; in cgroup_storage_insert() 112 this = container_of(*new, struct bpf_cgroup_storage, node); in cgroup_storage_insert() 136 struct bpf_cgroup_storage *storage; in cgroup_storage_lookup_elem() 148 struct bpf_cgroup_storage *storage; in cgroup_storage_update_elem() 188 struct bpf_cgroup_storage *storage; in bpf_percpu_cgroup_storage_copy() 217 struct bpf_cgroup_storage *storage; in bpf_percpu_cgroup_storage_update() [all …]
|
| H A D | cgroup.c | 31 static void bpf_cgroup_storages_free(struct bpf_cgroup_storage *storages[]) in bpf_cgroup_storages_free() 39 static int bpf_cgroup_storages_alloc(struct bpf_cgroup_storage *storages[], in bpf_cgroup_storages_alloc() 40 struct bpf_cgroup_storage *new_storages[], in bpf_cgroup_storages_alloc() 73 static void bpf_cgroup_storages_assign(struct bpf_cgroup_storage *dst[], in bpf_cgroup_storages_assign() 74 struct bpf_cgroup_storage *src[]) in bpf_cgroup_storages_assign() 82 static void bpf_cgroup_storages_link(struct bpf_cgroup_storage *storages[], in bpf_cgroup_storages_link() 114 struct bpf_cgroup_storage *storage, *stmp; in cgroup_bpf_release() 441 struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE] = {}; in __cgroup_bpf_attach() 442 struct bpf_cgroup_storage *new_storage[MAX_BPF_CGROUP_STORAGE_TYPE] = {}; in __cgroup_bpf_attach()
|
| H A D | helpers.c | 385 struct bpf_cgroup_storage *storage = NULL; in BPF_CALL_2()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf-cgroup.h | 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); [all …]
|
| H A D | bpf.h | 1072 struct bpf_cgroup_storage *cgroup_storage[MAX_BPF_CGROUP_STORAGE_TYPE];
|
| /OK3568_Linux_fs/kernel/net/bpf/ |
| H A D | test_run.c | 89 struct bpf_cgroup_storage *storage[MAX_BPF_CGROUP_STORAGE_TYPE] = { NULL }; in bpf_test_run()
|