Lines Matching refs:ndst
2116 struct ndt_stats ndst; in neightbl_fill_info() local
2118 memset(&ndst, 0, sizeof(ndst)); in neightbl_fill_info()
2124 ndst.ndts_allocs += st->allocs; in neightbl_fill_info()
2125 ndst.ndts_destroys += st->destroys; in neightbl_fill_info()
2126 ndst.ndts_hash_grows += st->hash_grows; in neightbl_fill_info()
2127 ndst.ndts_res_failed += st->res_failed; in neightbl_fill_info()
2128 ndst.ndts_lookups += st->lookups; in neightbl_fill_info()
2129 ndst.ndts_hits += st->hits; in neightbl_fill_info()
2130 ndst.ndts_rcv_probes_mcast += st->rcv_probes_mcast; in neightbl_fill_info()
2131 ndst.ndts_rcv_probes_ucast += st->rcv_probes_ucast; in neightbl_fill_info()
2132 ndst.ndts_periodic_gc_runs += st->periodic_gc_runs; in neightbl_fill_info()
2133 ndst.ndts_forced_gc_runs += st->forced_gc_runs; in neightbl_fill_info()
2134 ndst.ndts_table_fulls += st->table_fulls; in neightbl_fill_info()
2137 if (nla_put_64bit(skb, NDTA_STATS, sizeof(ndst), &ndst, in neightbl_fill_info()