Lines Matching refs:bpf_map
18 struct bpf_map map;
26 static struct bpf_cgroup_storage_map *map_to_storage(struct bpf_map *map) in map_to_storage()
112 static void *cgroup_storage_lookup_elem(struct bpf_map *_map, void *_key) in cgroup_storage_lookup_elem()
125 static int cgroup_storage_update_elem(struct bpf_map *map, void *_key, in cgroup_storage_update_elem()
154 static int cgroup_storage_get_next_key(struct bpf_map *_map, void *_key, in cgroup_storage_get_next_key()
190 static struct bpf_map *cgroup_storage_map_alloc(union bpf_attr *attr) in cgroup_storage_map_alloc()
230 static void cgroup_storage_map_free(struct bpf_map *_map) in cgroup_storage_map_free()
240 static int cgroup_storage_delete_elem(struct bpf_map *map, void *key) in cgroup_storage_delete_elem()
255 int bpf_cgroup_storage_assign(struct bpf_prog *prog, struct bpf_map *_map) in bpf_cgroup_storage_assign()
276 void bpf_cgroup_storage_release(struct bpf_prog *prog, struct bpf_map *_map) in bpf_cgroup_storage_release()
292 struct bpf_map *map; in bpf_cgroup_storage_alloc()
329 struct bpf_map *map; in bpf_cgroup_storage_free()