Searched refs:bpf_object__next_map (Results 1 – 6 of 6) sorted by relevance
187 map = bpf_object__next_map(obj, NULL); in main()
973 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *map);976 for ((pos) = bpf_object__next_map((obj), NULL); \978 (pos) = bpf_object__next_map((obj), (pos)))
292 bpf_object__next_map;
10510 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *prev) in bpf_object__next_map() function
133 libbpf-bpf_object__next_map \
354 $(OUTPUT)test-libbpf-bpf_object__next_map.bin: