]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/net/neighbour.h
neigh: make strucrt neigh_table::entry_size unsigned int
[mirror_ubuntu-bionic-kernel.git] / include / net / neighbour.h
index 9816df225af3b4c29017e6a762315e85b3e2733c..2492000e103578375af95b5cbe548336422b11ec 100644 (file)
@@ -190,8 +190,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,