Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
[firefly-linux-kernel-4.4.55.git] / include / net / neighbour.h
index bd33e66f49aad086784b2dd66cb054ea18e73c7a..8b683841e5743f011a0d362af4ea9c26d0e75c77 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)