Home
last modified time | relevance | path

Searched refs:bpf_map__next (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/tools/lib/bpf/
Dlibbpf.h313 bpf_map__next(const struct bpf_map *map, const struct bpf_object *obj);
315 for ((pos) = bpf_map__next(NULL, (obj)); \
317 (pos) = bpf_map__next((pos), (obj)))
Dlibbpf.map19 bpf_map__next;
Dlibbpf.c4742 bpf_map__next(const struct bpf_map *prev, const struct bpf_object *obj) in bpf_map__next() function
/Linux-v5.4/samples/bpf/
Dxdp_rxq_info_user.c492 map = bpf_map__next(NULL, obj); in main()
493 stats_global_map = bpf_map__next(map, obj); in main()
494 rx_queue_index_map = bpf_map__next(stats_global_map, obj); in main()
Dxdp1_user.c134 map = bpf_map__next(NULL, obj); in main()
Dxdp_adjust_tail_user.c153 map = bpf_map__next(NULL, obj); in main()
Dxdp_sample_pkts_user.c157 map = bpf_map__next(NULL, obj); in main()
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_socket_cookie.c175 if (validate_map(bpf_map__next(NULL, pobj), client_fd)) in run_test()
Dxdping.c191 map = bpf_map__next(NULL, obj); in main()
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/
Dtcp_rtt.c139 map = bpf_map__next(NULL, obj); in run_test()