Searched refs:bpf_object__next_map (Results 1 – 6 of 6) sorted by relevance
187 map = bpf_object__next_map(obj, NULL); in main()
956 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *map);959 for ((pos) = bpf_object__next_map((obj), NULL); \961 (pos) = bpf_object__next_map((obj), (pos)))
292 bpf_object__next_map;
10386 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *prev) in bpf_object__next_map() function
108 libbpf-bpf_object__next_map \
362 $(OUTPUT)test-libbpf-bpf_object__next_map.bin: