Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdping.c187 map = bpf_object__next_map(obj, NULL); in main()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.h896 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *map);
899 for ((pos) = bpf_object__next_map((obj), NULL); \
901 (pos) = bpf_object__next_map((obj), (pos)))
H A Dlibbpf.map293 bpf_object__next_map;
H A Dlibbpf.c9758 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *prev) in bpf_object__next_map() function
/openbmc/linux/tools/build/
H A DMakefile.feature107 libbpf-bpf_object__next_map \
/openbmc/linux/tools/build/feature/
H A DMakefile318 $(OUTPUT)test-libbpf-bpf_object__next_map.bin: