Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dxdping.c187 map = bpf_object__next_map(obj, NULL); in main()
/linux/tools/lib/bpf/
H A Dlibbpf.map292 bpf_object__next_map;
H A Dlibbpf.h996 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *map);
999 for ((pos) = bpf_object__next_map((obj), NULL); \
1001 (pos) = bpf_object__next_map((obj), (pos)))
H A Dlibbpf.c10542 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *prev) in bpf_object__next_map() function