Lines Matching refs:bpf_map
25 static struct bpf_map *find_and_alloc_map(union bpf_attr *attr) in find_and_alloc_map()
28 struct bpf_map *map; in find_and_alloc_map()
49 static int bpf_map_charge_memlock(struct bpf_map *map) in bpf_map_charge_memlock()
67 static void bpf_map_uncharge_memlock(struct bpf_map *map) in bpf_map_uncharge_memlock()
78 struct bpf_map *map = container_of(work, struct bpf_map, work); in bpf_map_free_deferred()
85 static void bpf_map_put_uref(struct bpf_map *map) in bpf_map_put_uref()
96 void bpf_map_put(struct bpf_map *map) in bpf_map_put()
104 void bpf_map_put_with_uref(struct bpf_map *map) in bpf_map_put_with_uref()
120 int bpf_map_new_fd(struct bpf_map *map) in bpf_map_new_fd()
138 struct bpf_map *map; in map_create()
172 struct bpf_map *__bpf_map_get(struct fd f) in __bpf_map_get()
187 struct bpf_map *bpf_map_inc(struct bpf_map *map, bool uref) in bpf_map_inc()
198 struct bpf_map *bpf_map_get_with_uref(u32 ufd) in bpf_map_get_with_uref()
201 struct bpf_map *map; in bpf_map_get_with_uref()
227 struct bpf_map *map; in map_lookup_elem()
286 struct bpf_map *map; in map_update_elem()
339 struct bpf_map *map; in map_delete_elem()
380 struct bpf_map *map; in map_get_next_key()