Lines Matching defs:neigh_statistics
115 struct neigh_statistics { struct
116 unsigned long allocs; /* number of allocated neighs */
117 unsigned long destroys; /* number of destroyed neighs */
118 unsigned long hash_grows; /* number of hash resizes */
120 unsigned long res_failed; /* number of failed resolutions */
122 unsigned long lookups; /* number of lookups */
123 unsigned long hits; /* number of hits (among lookups) */
125 unsigned long rcv_probes_mcast; /* number of received mcast ipv6 */
126 unsigned long rcv_probes_ucast; /* number of received ucast ipv6 */
128 unsigned long periodic_gc_runs; /* number of periodic GC runs */
129 unsigned long forced_gc_runs; /* number of forced GC runs */
131 unsigned long unres_discards; /* number of unresolved drops */
132 unsigned long table_fulls; /* times even gc couldn't help */