Searched refs:bpf_object__next_map (Results 1 – 4 of 4) sorted by relevance
187 map = bpf_object__next_map(obj, NULL); in main()
292 bpf_object__next_map;
996 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *map);999 for ((pos) = bpf_object__next_map((obj), NULL); \1001 (pos) = bpf_object__next_map((obj), (pos)))
10542 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *prev) in bpf_object__next_map() function