Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[sfrench/cifs-2.6.git] / include / net / neighbour.h
index 9816df225af3b4c29017e6a762315e85b3e2733c..e421f86af043b942b7addfe048dc21bc4d0a6bfc 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef _NET_NEIGHBOUR_H
 #define _NET_NEIGHBOUR_H
 
@@ -190,8 +191,8 @@ struct neigh_hash_table {
 
 struct neigh_table {
        int                     family;
-       int                     entry_size;
-       int                     key_len;
+       unsigned int            entry_size;
+       unsigned int            key_len;
        __be16                  protocol;
        __u32                   (*hash)(const void *pkey,
                                        const struct net_device *dev,