Searched refs:bpf_object__next_map (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dxdping.c187 map = bpf_object__next_map(obj, NULL);
/linux-master/tools/build/
H A DMakefile.feature109 libbpf-bpf_object__next_map \
/linux-master/tools/lib/bpf/
H A Dlibbpf.h930 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *map);
933 for ((pos) = bpf_object__next_map((obj), NULL); \
935 (pos) = bpf_object__next_map((obj), (pos)))
H A Dlibbpf.c10245 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *prev) function
/linux-master/tools/build/feature/
H A DMakefile326 $(OUTPUT)test-libbpf-bpf_object__next_map.bin:

Completed in 158 milliseconds