Home
last modified time | relevance | path

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

/external/strace/
Drtnl_neightbl.c115 struct ndt_stats ndtst; in decode_ndt_stats() local
118 const unsigned int def_size = sizeof(ndtst); in decode_ndt_stats()
126 if (!umoven_or_printaddr(tcp, addr, size, &ndtst)) { in decode_ndt_stats()
127 PRINT_FIELD_U("{", ndtst, ndts_allocs); in decode_ndt_stats()
128 PRINT_FIELD_U(", ", ndtst, ndts_destroys); in decode_ndt_stats()
129 PRINT_FIELD_U(", ", ndtst, ndts_hash_grows); in decode_ndt_stats()
130 PRINT_FIELD_U(", ", ndtst, ndts_res_failed); in decode_ndt_stats()
131 PRINT_FIELD_U(", ", ndtst, ndts_lookups); in decode_ndt_stats()
132 PRINT_FIELD_U(", ", ndtst, ndts_hits); in decode_ndt_stats()
133 PRINT_FIELD_U(", ", ndtst, ndts_rcv_probes_mcast); in decode_ndt_stats()
[all …]
/external/strace/tests-m32/
Dnlattr_ndtmsg.c123 static const struct ndt_stats ndtst = { in main() local
140 NDTA_STATS, pattern, ndtst, in main()
141 PRINT_FIELD_U("{", ndtst, ndts_allocs); in main()
142 PRINT_FIELD_U(", ", ndtst, ndts_destroys); in main()
143 PRINT_FIELD_U(", ", ndtst, ndts_hash_grows); in main()
144 PRINT_FIELD_U(", ", ndtst, ndts_res_failed); in main()
145 PRINT_FIELD_U(", ", ndtst, ndts_lookups); in main()
146 PRINT_FIELD_U(", ", ndtst, ndts_hits); in main()
147 PRINT_FIELD_U(", ", ndtst, ndts_rcv_probes_mcast); in main()
148 PRINT_FIELD_U(", ", ndtst, ndts_rcv_probes_ucast); in main()
[all …]
/external/strace/tests-mx32/
Dnlattr_ndtmsg.c123 static const struct ndt_stats ndtst = { in main() local
140 NDTA_STATS, pattern, ndtst, in main()
141 PRINT_FIELD_U("{", ndtst, ndts_allocs); in main()
142 PRINT_FIELD_U(", ", ndtst, ndts_destroys); in main()
143 PRINT_FIELD_U(", ", ndtst, ndts_hash_grows); in main()
144 PRINT_FIELD_U(", ", ndtst, ndts_res_failed); in main()
145 PRINT_FIELD_U(", ", ndtst, ndts_lookups); in main()
146 PRINT_FIELD_U(", ", ndtst, ndts_hits); in main()
147 PRINT_FIELD_U(", ", ndtst, ndts_rcv_probes_mcast); in main()
148 PRINT_FIELD_U(", ", ndtst, ndts_rcv_probes_ucast); in main()
[all …]
/external/strace/tests/
Dnlattr_ndtmsg.c123 static const struct ndt_stats ndtst = { in main() local
140 NDTA_STATS, pattern, ndtst, in main()
141 PRINT_FIELD_U("{", ndtst, ndts_allocs); in main()
142 PRINT_FIELD_U(", ", ndtst, ndts_destroys); in main()
143 PRINT_FIELD_U(", ", ndtst, ndts_hash_grows); in main()
144 PRINT_FIELD_U(", ", ndtst, ndts_res_failed); in main()
145 PRINT_FIELD_U(", ", ndtst, ndts_lookups); in main()
146 PRINT_FIELD_U(", ", ndtst, ndts_hits); in main()
147 PRINT_FIELD_U(", ", ndtst, ndts_rcv_probes_mcast); in main()
148 PRINT_FIELD_U(", ", ndtst, ndts_rcv_probes_ucast); in main()
[all …]