HomeSort by relevance Sort by last modified time
    Searched full:ndts (Results 1 - 1 of 1) sorted by null

  /external/iproute2/ip/
ipntable.c 557 struct ndt_stats *ndts = RTA_DATA(tb[NDTA_STATS]); local
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)
    [all...]

Completed in 51 milliseconds