Symbol: bpf_cgroup_storage_map
include/linux/bpf-cgroup.h
164
cgroup_storage_lookup(struct bpf_cgroup_storage_map *map,
include/linux/bpf-cgroup.h
80
struct bpf_cgroup_storage_map;
include/linux/bpf-cgroup.h
92
struct bpf_cgroup_storage_map *map;
kernel/bpf/local_storage.c
102
static int cgroup_storage_insert(struct bpf_cgroup_storage_map *map,
kernel/bpf/local_storage.c
134
struct bpf_cgroup_storage_map *map = map_to_storage(_map);
kernel/bpf/local_storage.c
157
storage = cgroup_storage_lookup((struct bpf_cgroup_storage_map *)map,
kernel/bpf/local_storage.c
185
struct bpf_cgroup_storage_map *map = map_to_storage(_map);
kernel/bpf/local_storage.c
219
struct bpf_cgroup_storage_map *map = map_to_storage(_map);
kernel/bpf/local_storage.c
259
struct bpf_cgroup_storage_map *map = map_to_storage(_map);
kernel/bpf/local_storage.c
29
static struct bpf_cgroup_storage_map *map_to_storage(struct bpf_map *map)
kernel/bpf/local_storage.c
300
struct bpf_cgroup_storage_map *map;
kernel/bpf/local_storage.c
31
return container_of(map, struct bpf_cgroup_storage_map, map);
kernel/bpf/local_storage.c
327
map = bpf_map_area_alloc(sizeof(struct bpf_cgroup_storage_map), numa_node);
kernel/bpf/local_storage.c
343
struct bpf_cgroup_storage_map *map = map_to_storage(_map);
kernel/bpf/local_storage.c
39
static int bpf_cgroup_storage_key_cmp(const struct bpf_cgroup_storage_map *map,
kernel/bpf/local_storage.c
456
return sizeof(struct bpf_cgroup_storage_map);
kernel/bpf/local_storage.c
460
bpf_cgroup_storage_map)
kernel/bpf/local_storage.c
535
storage->map = (struct bpf_cgroup_storage_map *)map;
kernel/bpf/local_storage.c
582
struct bpf_cgroup_storage_map *map;
kernel/bpf/local_storage.c
601
struct bpf_cgroup_storage_map *map;
kernel/bpf/local_storage.c
67
cgroup_storage_lookup(struct bpf_cgroup_storage_map *map,
tools/testing/selftests/bpf/progs/map_ptr_kern.c
525
struct bpf_cgroup_storage_map *cgroup_storage =
tools/testing/selftests/bpf/progs/map_ptr_kern.c
526
(struct bpf_cgroup_storage_map *)&m_cgroup_storage;
tools/testing/selftests/bpf/progs/map_ptr_kern.c
565
struct bpf_cgroup_storage_map *percpu_cgroup_storage =
tools/testing/selftests/bpf/progs/map_ptr_kern.c
566
(struct bpf_cgroup_storage_map *)&m_percpu_cgroup_storage;