Lines Matching refs:bpf_map
23 static struct bpf_map *find_and_alloc_map(union bpf_attr *attr) in find_and_alloc_map()
26 struct bpf_map *map; in find_and_alloc_map()
50 struct bpf_map *map = container_of(work, struct bpf_map, work); in bpf_map_free_deferred()
59 void bpf_map_put(struct bpf_map *map) in bpf_map_put()
69 struct bpf_map *map = filp->private_data; in bpf_map_release()
91 struct bpf_map *map; in map_create()
121 struct bpf_map *bpf_map_get(struct fd f) in bpf_map_get()
123 struct bpf_map *map; in bpf_map_get()
153 struct bpf_map *map; in map_lookup_elem()
211 struct bpf_map *map; in map_update_elem()
263 struct bpf_map *map; in map_delete_elem()
303 struct bpf_map *map; in map_get_next_key()