Lines Matching refs:ndst
2083 struct ndt_stats ndst; in neightbl_fill_info() local
2085 memset(&ndst, 0, sizeof(ndst)); in neightbl_fill_info()
2091 ndst.ndts_allocs += st->allocs; in neightbl_fill_info()
2092 ndst.ndts_destroys += st->destroys; in neightbl_fill_info()
2093 ndst.ndts_hash_grows += st->hash_grows; in neightbl_fill_info()
2094 ndst.ndts_res_failed += st->res_failed; in neightbl_fill_info()
2095 ndst.ndts_lookups += st->lookups; in neightbl_fill_info()
2096 ndst.ndts_hits += st->hits; in neightbl_fill_info()
2097 ndst.ndts_rcv_probes_mcast += st->rcv_probes_mcast; in neightbl_fill_info()
2098 ndst.ndts_rcv_probes_ucast += st->rcv_probes_ucast; in neightbl_fill_info()
2099 ndst.ndts_periodic_gc_runs += st->periodic_gc_runs; in neightbl_fill_info()
2100 ndst.ndts_forced_gc_runs += st->forced_gc_runs; in neightbl_fill_info()
2101 ndst.ndts_table_fulls += st->table_fulls; in neightbl_fill_info()
2104 if (nla_put_64bit(skb, NDTA_STATS, sizeof(ndst), &ndst, in neightbl_fill_info()