From d09c9caa0d50a4accc48b7f3d78cdeaffc16b147 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Thu, 23 Sep 2004 03:31:14 -0700 Subject: [NET]: Grow neigh hash table dynamically. Signed-off-by: David S. Miller --- include/net/neighbour.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/net') diff --git a/include/net/neighbour.h b/include/net/neighbour.h index 51ee945add37..2df3ee2e86ac 100644 --- a/include/net/neighbour.h +++ b/include/net/neighbour.h @@ -174,6 +174,7 @@ struct neigh_table kmem_cache_t *kmem_cachep; struct neigh_statistics stats; struct neighbour **hash_buckets; + unsigned int hash_mask; struct pneigh_entry **phash_buckets; }; -- cgit v1.2.3