Lines Matching refs:ndtst
123 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()
149 PRINT_FIELD_U(", ", ndtst, ndts_periodic_gc_runs); in main()
150 PRINT_FIELD_U(", ", ndtst, ndts_forced_gc_runs); in main()
152 PRINT_FIELD_U(", ", ndtst, ndts_table_fulls); in main()