Home
last modified time | relevance | path

Searched refs:bpf_object__next_map (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/
H A Dxdping.c187 map = bpf_object__next_map(obj, NULL); in main()
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.h973 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)))
H A Dlibbpf.map292 bpf_object__next_map;
H A Dlibbpf.c10510 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *prev) in bpf_object__next_map() function
/linux-6.15/tools/build/
H A DMakefile.feature133 libbpf-bpf_object__next_map \
/linux-6.15/tools/build/feature/
H A DMakefile354 $(OUTPUT)test-libbpf-bpf_object__next_map.bin: