Searched refs:bpf_map__next (Results 1 – 7 of 7) sorted by relevance
131 map = bpf_map__next(NULL, obj); in main()
157 map = bpf_map__next(NULL, obj); in main()
112 map = bpf_map__next(NULL, obj); in run_test()
191 map = bpf_map__next(NULL, obj); in main()
499 bpf_map__next(const struct bpf_map *map, const struct bpf_object *obj);501 for ((pos) = bpf_map__next(NULL, (obj)); \503 (pos) = bpf_map__next((pos), (obj)))
19 bpf_map__next;
8703 bpf_map__next(const struct bpf_map *prev, const struct bpf_object *obj) in bpf_map__next() function