Lines Matching refs:ndst
2092 struct ndt_stats ndst; in neightbl_fill_info() local
2094 memset(&ndst, 0, sizeof(ndst)); in neightbl_fill_info()
2100 ndst.ndts_allocs += READ_ONCE(st->allocs); in neightbl_fill_info()
2101 ndst.ndts_destroys += READ_ONCE(st->destroys); in neightbl_fill_info()
2102 ndst.ndts_hash_grows += READ_ONCE(st->hash_grows); in neightbl_fill_info()
2103 ndst.ndts_res_failed += READ_ONCE(st->res_failed); in neightbl_fill_info()
2104 ndst.ndts_lookups += READ_ONCE(st->lookups); in neightbl_fill_info()
2105 ndst.ndts_hits += READ_ONCE(st->hits); in neightbl_fill_info()
2106 ndst.ndts_rcv_probes_mcast += READ_ONCE(st->rcv_probes_mcast); in neightbl_fill_info()
2107 ndst.ndts_rcv_probes_ucast += READ_ONCE(st->rcv_probes_ucast); in neightbl_fill_info()
2108 ndst.ndts_periodic_gc_runs += READ_ONCE(st->periodic_gc_runs); in neightbl_fill_info()
2109 ndst.ndts_forced_gc_runs += READ_ONCE(st->forced_gc_runs); in neightbl_fill_info()
2110 ndst.ndts_table_fulls += READ_ONCE(st->table_fulls); in neightbl_fill_info()
2113 if (nla_put_64bit(skb, NDTA_STATS, sizeof(ndst), &ndst, in neightbl_fill_info()