Lines Matching refs:bpf_map
239 struct bpf_map;
240 struct bpf_map *
247 struct bpf_map *
250 struct bpf_map *
251 bpf_map__next(struct bpf_map *map, struct bpf_object *obj);
257 int bpf_map__fd(struct bpf_map *map);
258 const struct bpf_map_def *bpf_map__def(struct bpf_map *map);
259 const char *bpf_map__name(struct bpf_map *map);
260 __u32 bpf_map__btf_key_type_id(const struct bpf_map *map);
261 __u32 bpf_map__btf_value_type_id(const struct bpf_map *map);
263 typedef void (*bpf_map_clear_priv_t)(struct bpf_map *, void *);
264 int bpf_map__set_priv(struct bpf_map *map, void *priv,
266 void *bpf_map__priv(struct bpf_map *map);
267 int bpf_map__reuse_fd(struct bpf_map *map, int fd);
268 bool bpf_map__is_offload_neutral(struct bpf_map *map);
269 void bpf_map__set_ifindex(struct bpf_map *map, __u32 ifindex);
270 int bpf_map__pin(struct bpf_map *map, const char *path);