Lines Matching defs:bpf_map
61 cgroup_storage_lookup(struct cgroup *cgroup, struct bpf_map *map, bool cacheit_lockit)
75 static void *bpf_cgrp_storage_lookup_elem(struct bpf_map *map, void *key)
93 static long bpf_cgrp_storage_update_elem(struct bpf_map *map, void *key,
113 static int cgroup_storage_delete(struct cgroup *cgroup, struct bpf_map *map)
125 static long bpf_cgrp_storage_delete_elem(struct bpf_map *map, void *key)
142 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key)
147 static struct bpf_map *cgroup_storage_map_alloc(union bpf_attr *attr)
152 static void cgroup_storage_map_free(struct bpf_map *map)
158 BPF_CALL_5(bpf_cgrp_storage_get, struct bpf_map *, map, struct cgroup *, cgroup,
189 BPF_CALL_2(bpf_cgrp_storage_delete, struct bpf_map *, map, struct cgroup *, cgroup)