Lines Matching refs:map
21 int (*map_get_next_key)(struct bpf_map *map, void *key, void *next_key);
24 void *(*map_lookup_elem)(struct bpf_map *map, void *key);
25 int (*map_update_elem)(struct bpf_map *map, void *key, void *value, u64 flags);
26 int (*map_delete_elem)(struct bpf_map *map, void *key);
29 void *(*map_fd_get_ptr) (struct bpf_map *map, int fd);
142 struct bpf_map map; member
159 void bpf_fd_array_map_clear(struct bpf_map *map);
174 struct bpf_map *bpf_map_inc(struct bpf_map *map, bool uref);
175 void bpf_map_put_with_uref(struct bpf_map *map);
176 void bpf_map_put(struct bpf_map *map);
180 int bpf_map_new_fd(struct bpf_map *map);