summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.davemloft.net>2004-09-23 03:31:14 -0700
committerDavid S. Miller <davem@kernel.bkbits.net>2004-09-23 03:31:14 -0700
commitd09c9caa0d50a4accc48b7f3d78cdeaffc16b147 (patch)
tree1ee4842165631290283036c6eb3afa4f133b999d /include/net
parente959f4ccd004c292847c5e90a98c00da3c77c5da (diff)
[NET]: Grow neigh hash table dynamically.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/neighbour.h1
1 files changed, 1 insertions, 0 deletions
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;
};