Searched refs:bpf_cgroup_storage_map (Results 1 – 3 of 3) sorted by relevance
20 struct bpf_cgroup_storage_map { struct28 static struct bpf_cgroup_storage_map *map_to_storage(struct bpf_map *map) in map_to_storage() argument30 return container_of(map, struct bpf_cgroup_storage_map, map); in map_to_storage()38 static int bpf_cgroup_storage_key_cmp(const struct bpf_cgroup_storage_map *map, in bpf_cgroup_storage_key_cmp()66 cgroup_storage_lookup(struct bpf_cgroup_storage_map *map, in cgroup_storage_lookup()101 static int cgroup_storage_insert(struct bpf_cgroup_storage_map *map, in cgroup_storage_insert()133 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in cgroup_storage_lookup_elem()156 storage = cgroup_storage_lookup((struct bpf_cgroup_storage_map *)map, in cgroup_storage_update_elem()185 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_copy()214 struct bpf_cgroup_storage_map *map = map_to_storage(_map); in bpf_percpu_cgroup_storage_update()[all …]
496 struct bpf_cgroup_storage_map { struct508 struct bpf_cgroup_storage_map *cgroup_storage = in check_cgroup_storage() argument509 (struct bpf_cgroup_storage_map *)&m_cgroup_storage; in check_cgroup_storage()548 struct bpf_cgroup_storage_map *percpu_cgroup_storage = in check_percpu_cgroup_storage()549 (struct bpf_cgroup_storage_map *)&m_percpu_cgroup_storage; in check_percpu_cgroup_storage()
97 struct bpf_cgroup_storage_map;109 struct bpf_cgroup_storage_map *map;227 cgroup_storage_lookup(struct bpf_cgroup_storage_map *map,