X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fnet%2Fneighbour.h;h=8b683841e5743f011a0d362af4ea9c26d0e75c77;hb=33e247c7e58d335d70ecb84fd869091e2e4b8dcb;hp=bd33e66f49aad086784b2dd66cb054ea18e73c7a;hpb=7e08117de6ee17ae6c8f2983999a98cb95eb9bc2;p=firefly-linux-kernel-4.4.55.git diff --git a/include/net/neighbour.h b/include/net/neighbour.h index bd33e66f49aa..8b683841e574 100644 --- a/include/net/neighbour.h +++ b/include/net/neighbour.h @@ -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)