Lines Matching refs:ndst
1831 struct ndt_stats ndst; in neightbl_fill_info() local
1833 memset(&ndst, 0, sizeof(ndst)); in neightbl_fill_info()
1839 ndst.ndts_allocs += st->allocs; in neightbl_fill_info()
1840 ndst.ndts_destroys += st->destroys; in neightbl_fill_info()
1841 ndst.ndts_hash_grows += st->hash_grows; in neightbl_fill_info()
1842 ndst.ndts_res_failed += st->res_failed; in neightbl_fill_info()
1843 ndst.ndts_lookups += st->lookups; in neightbl_fill_info()
1844 ndst.ndts_hits += st->hits; in neightbl_fill_info()
1845 ndst.ndts_rcv_probes_mcast += st->rcv_probes_mcast; in neightbl_fill_info()
1846 ndst.ndts_rcv_probes_ucast += st->rcv_probes_ucast; in neightbl_fill_info()
1847 ndst.ndts_periodic_gc_runs += st->periodic_gc_runs; in neightbl_fill_info()
1848 ndst.ndts_forced_gc_runs += st->forced_gc_runs; in neightbl_fill_info()
1851 if (nla_put(skb, NDTA_STATS, sizeof(ndst), &ndst)) in neightbl_fill_info()