Home
last modified time | relevance | path

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

/linux/samples/bpf/
A Dxdp1_user.c131 map = bpf_object__next_map(obj, NULL); in main()
A Dxdp_sample_pkts_user.c157 map = bpf_object__next_map(obj, NULL); in main()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dtcp_rtt.c112 map = bpf_object__next_map(obj, NULL); in run_test()
/linux/tools/testing/selftests/bpf/
A Dxdping.c190 map = bpf_object__next_map(obj, NULL); in main()
/linux/tools/lib/bpf/
A Dlibbpf.h553 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *map);
556 for ((pos) = bpf_object__next_map((obj), NULL); \
558 (pos) = bpf_object__next_map((obj), (pos)))
A Dlibbpf.map394 bpf_object__next_map;
A Dlibbpf.c9063 return bpf_object__next_map(obj, prev); in bpf_map__next()
9067 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *prev) in bpf_object__next_map() function
/linux/tools/perf/util/
A Dbpf-event.c46 bpf_object__next_map(const struct bpf_object *obj, const struct bpf_map *prev) in bpf_object__next_map() function

Completed in 32 milliseconds