Lines Matching refs:bpf_map
169 struct bpf_map { struct
189 struct bpf_map *maps; argument
570 const struct bpf_map *a = _a; in compare_bpf_map()
571 const struct bpf_map *b = _b; in compare_bpf_map()
899 struct bpf_map *maps = obj->maps; in bpf_program__collect_reloc()
986 static int bpf_map_find_btf_info(struct bpf_map *map, const struct btf *btf) in bpf_map_find_btf_info()
1058 int bpf_map__reuse_fd(struct bpf_map *map, int fd) in bpf_map__reuse_fd()
1113 struct bpf_map *map = &obj->maps[i]; in bpf_object__create_maps()
1758 int bpf_map__pin(struct bpf_map *map, const char *path) in bpf_map__pin()
1785 struct bpf_map *map; in bpf_object__pin()
2166 int bpf_map__fd(struct bpf_map *map) in bpf_map__fd()
2171 const struct bpf_map_def *bpf_map__def(struct bpf_map *map) in bpf_map__def()
2176 const char *bpf_map__name(struct bpf_map *map) in bpf_map__name()
2181 __u32 bpf_map__btf_key_type_id(const struct bpf_map *map) in bpf_map__btf_key_type_id()
2186 __u32 bpf_map__btf_value_type_id(const struct bpf_map *map) in bpf_map__btf_value_type_id()
2191 int bpf_map__set_priv(struct bpf_map *map, void *priv, in bpf_map__set_priv()
2207 void *bpf_map__priv(struct bpf_map *map) in bpf_map__priv()
2212 bool bpf_map__is_offload_neutral(struct bpf_map *map) in bpf_map__is_offload_neutral()
2217 void bpf_map__set_ifindex(struct bpf_map *map, __u32 ifindex) in bpf_map__set_ifindex()
2222 struct bpf_map *
2223 bpf_map__next(struct bpf_map *prev, struct bpf_object *obj) in bpf_map__next()
2226 struct bpf_map *s, *e; in bpf_map__next()
2249 struct bpf_map *
2252 struct bpf_map *pos; in bpf_object__find_map_by_name()
2261 struct bpf_map *
2304 struct bpf_map *map; in bpf_prog_load_xattr()