]> 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 9a25512e0a6e1e1b85f03ddc96cc0ae4668af0f2..2492000e103578375af95b5cbe548336422b11ec 100644 (file)
@@ -191,7 +191,7 @@ struct neigh_hash_table {
 struct neigh_table {
        int                     family;
        unsigned int            entry_size;
-       int                     key_len;
+       unsigned int            key_len;
        __be16                  protocol;
        __u32                   (*hash)(const void *pkey,
                                        const struct net_device *dev,