Home | History | Annotate | Download | only in ip

Lines Matching full:ndts

557 		struct ndt_stats *ndts = RTA_DATA(tb[NDTA_STATS]);
562 fprintf(fp, "allocs %llu ", ndts->ndts_allocs);
563 fprintf(fp, "destroys %llu ", ndts->ndts_destroys);
564 fprintf(fp, "hash_grows %llu ", ndts->ndts_hash_grows);
569 fprintf(fp, "res_failed %llu ", ndts->ndts_res_failed);
570 fprintf(fp, "lookups %llu ", ndts->ndts_lookups);
571 fprintf(fp, "hits %llu ", ndts->ndts_hits);
576 fprintf(fp, "rcv_probes_mcast %llu ", ndts->ndts_rcv_probes_mcast);
577 fprintf(fp, "rcv_probes_ucast %llu ", ndts->ndts_rcv_probes_ucast);
582 fprintf(fp, "periodic_gc_runs %llu ", ndts->ndts_periodic_gc_runs);
583 fprintf(fp, "forced_gc_runs %llu ", ndts->ndts_forced_gc_runs);