Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipntable.c557 struct ndt_stats *ndts = RTA_DATA(tb[NDTA_STATS]); in print_ntable() local
562 fprintf(fp, "allocs %llu ", ndts->ndts_allocs); in print_ntable()
563 fprintf(fp, "destroys %llu ", ndts->ndts_destroys); in print_ntable()
564 fprintf(fp, "hash_grows %llu ", ndts->ndts_hash_grows); in print_ntable()
569 fprintf(fp, "res_failed %llu ", ndts->ndts_res_failed); in print_ntable()
570 fprintf(fp, "lookups %llu ", ndts->ndts_lookups); in print_ntable()
571 fprintf(fp, "hits %llu ", ndts->ndts_hits); in print_ntable()
576 fprintf(fp, "rcv_probes_mcast %llu ", ndts->ndts_rcv_probes_mcast); in print_ntable()
577 fprintf(fp, "rcv_probes_ucast %llu ", ndts->ndts_rcv_probes_ucast); in print_ntable()
582 fprintf(fp, "periodic_gc_runs %llu ", ndts->ndts_periodic_gc_runs); in print_ntable()
[all …]