]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/net/neighbour.h
neigh: Store hash shift instead of mask.
[mirror_ubuntu-bionic-kernel.git] / include / net / neighbour.h
index 4014b623880cf529e3bb5b184a5b31dee650a8b5..6fe8c2cd5acb4602f36d4312d8c7a68af505f98d 100644 (file)
@@ -142,7 +142,7 @@ struct pneigh_entry {
 
 struct neigh_hash_table {
        struct neighbour __rcu  **hash_buckets;
-       unsigned int            hash_mask;
+       unsigned int            hash_shift;
        __u32                   hash_rnd;
        struct rcu_head         rcu;
 };