Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27c565ae authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

ipv6: remove IN6_ADDR_HSIZE from addrconf.h



IN6_ADDR_HSIZE is private to addrconf.c, move it here to avoid
confusion.

Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Acked-by: default avatarDavid Ahern <dsahern@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent df7e8e2e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -59,9 +59,6 @@ struct in6_validator_info {
	struct netlink_ext_ack	*extack;
};

#define IN6_ADDR_HSIZE_SHIFT	8
#define IN6_ADDR_HSIZE		(1 << IN6_ADDR_HSIZE_SHIFT)

int addrconf_init(void);
void addrconf_cleanup(void);

+2 −0
Original line number Diff line number Diff line
@@ -157,6 +157,8 @@ static int ipv6_generate_stable_address(struct in6_addr *addr,
					u8 dad_count,
					const struct inet6_dev *idev);

#define IN6_ADDR_HSIZE_SHIFT	8
#define IN6_ADDR_HSIZE		(1 << IN6_ADDR_HSIZE_SHIFT)
/*
 *	Configured unicast address hash table
 */