Lines Matching refs:ndst
2104 struct ndt_stats ndst;
2106 memset(&ndst, 0, sizeof(ndst));
2112 ndst.ndts_allocs += READ_ONCE(st->allocs);
2113 ndst.ndts_destroys += READ_ONCE(st->destroys);
2114 ndst.ndts_hash_grows += READ_ONCE(st->hash_grows);
2115 ndst.ndts_res_failed += READ_ONCE(st->res_failed);
2116 ndst.ndts_lookups += READ_ONCE(st->lookups);
2117 ndst.ndts_hits += READ_ONCE(st->hits);
2118 ndst.ndts_rcv_probes_mcast += READ_ONCE(st->rcv_probes_mcast);
2119 ndst.ndts_rcv_probes_ucast += READ_ONCE(st->rcv_probes_ucast);
2120 ndst.ndts_periodic_gc_runs += READ_ONCE(st->periodic_gc_runs);
2121 ndst.ndts_forced_gc_runs += READ_ONCE(st->forced_gc_runs);
2122 ndst.ndts_table_fulls += READ_ONCE(st->table_fulls);
2125 if (nla_put_64bit(skb, NDTA_STATS, sizeof(ndst), &ndst,