Lines Matching refs:map
47 struct bpf_cgroup_storage_map *map; member
136 struct bpf_map *map) in cgroup_storage_type() argument
138 if (map->map_type == BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE) in cgroup_storage_type()
160 int bpf_cgroup_storage_assign(struct bpf_prog *prog, struct bpf_map *map);
161 void bpf_cgroup_storage_release(struct bpf_prog *prog, struct bpf_map *map);
163 int bpf_percpu_cgroup_storage_copy(struct bpf_map *map, void *key, void *value);
164 int bpf_percpu_cgroup_storage_update(struct bpf_map *map, void *key,
364 struct bpf_map *map) { return 0; } in bpf_cgroup_storage_assign() argument
366 struct bpf_map *map) {} in bpf_cgroup_storage_release() argument
371 static inline int bpf_percpu_cgroup_storage_copy(struct bpf_map *map, void *key, in bpf_percpu_cgroup_storage_copy() argument
375 static inline int bpf_percpu_cgroup_storage_update(struct bpf_map *map, in bpf_percpu_cgroup_storage_update() argument