Lines Matching refs:ndst
2211 struct ndt_stats ndst;
2213 memset(&ndst, 0, sizeof(ndst));
2219 ndst.ndts_allocs += READ_ONCE(st->allocs);
2220 ndst.ndts_destroys += READ_ONCE(st->destroys);
2221 ndst.ndts_hash_grows += READ_ONCE(st->hash_grows);
2222 ndst.ndts_res_failed += READ_ONCE(st->res_failed);
2223 ndst.ndts_lookups += READ_ONCE(st->lookups);
2224 ndst.ndts_hits += READ_ONCE(st->hits);
2225 ndst.ndts_rcv_probes_mcast += READ_ONCE(st->rcv_probes_mcast);
2226 ndst.ndts_rcv_probes_ucast += READ_ONCE(st->rcv_probes_ucast);
2227 ndst.ndts_periodic_gc_runs += READ_ONCE(st->periodic_gc_runs);
2228 ndst.ndts_forced_gc_runs += READ_ONCE(st->forced_gc_runs);
2229 ndst.ndts_table_fulls += READ_ONCE(st->table_fulls);
2232 if (nla_put_64bit(skb, NDTA_STATS, sizeof(ndst), &ndst,