summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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;
};