Lines Matching refs:ndst
2273 struct ndt_stats ndst;
2275 memset(&ndst, 0, sizeof(ndst));
2281 ndst.ndts_allocs += READ_ONCE(st->allocs);
2282 ndst.ndts_destroys += READ_ONCE(st->destroys);
2283 ndst.ndts_hash_grows += READ_ONCE(st->hash_grows);
2284 ndst.ndts_res_failed += READ_ONCE(st->res_failed);
2285 ndst.ndts_lookups += READ_ONCE(st->lookups);
2286 ndst.ndts_hits += READ_ONCE(st->hits);
2287 ndst.ndts_rcv_probes_mcast += READ_ONCE(st->rcv_probes_mcast);
2288 ndst.ndts_rcv_probes_ucast += READ_ONCE(st->rcv_probes_ucast);
2289 ndst.ndts_periodic_gc_runs += READ_ONCE(st->periodic_gc_runs);
2290 ndst.ndts_forced_gc_runs += READ_ONCE(st->forced_gc_runs);
2291 ndst.ndts_table_fulls += READ_ONCE(st->table_fulls);
2294 if (nla_put_64bit(skb, NDTA_STATS, sizeof(ndst), &ndst,