These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / include / net / neighbour.h
index 9c38018..bf65600 100644 (file)
@@ -125,6 +125,7 @@ struct neigh_statistics {
        unsigned long forced_gc_runs;   /* number of forced GC runs */
 
        unsigned long unres_discards;   /* number of unresolved drops */
+       unsigned long table_fulls;      /* times even gc couldn't help */
 };
 
 #define NEIGH_CACHE_STAT_INC(tbl, field) this_cpu_inc((tbl)->stats->field)