Lines Matching refs:bpf_map
63 cgroup_storage_lookup(struct cgroup *cgroup, struct bpf_map *map, bool cacheit_lockit)
77 static void *bpf_cgrp_storage_lookup_elem(struct bpf_map *map, void *key)
95 static long bpf_cgrp_storage_update_elem(struct bpf_map *map, void *key,
115 static int cgroup_storage_delete(struct cgroup *cgroup, struct bpf_map *map)
127 static long bpf_cgrp_storage_delete_elem(struct bpf_map *map, void *key)
144 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key)
149 static struct bpf_map *cgroup_storage_map_alloc(union bpf_attr *attr)
154 static void cgroup_storage_map_free(struct bpf_map *map)
160 BPF_CALL_5(bpf_cgrp_storage_get, struct bpf_map *, map, struct cgroup *, cgroup,
191 BPF_CALL_2(bpf_cgrp_storage_delete, struct bpf_map *, map, struct cgroup *, cgroup)