aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/addrconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/addrconf.h')
-rw-r--r--include/net/addrconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/addrconf.h b/include/net/addrconf.h
index 14b789a123e7..1656c5978498 100644
--- a/include/net/addrconf.h
+++ b/include/net/addrconf.h
@@ -317,6 +317,8 @@ bool ipv6_chk_acast_addr(struct net *net, struct net_device *dev,
317 const struct in6_addr *addr); 317 const struct in6_addr *addr);
318bool ipv6_chk_acast_addr_src(struct net *net, struct net_device *dev, 318bool ipv6_chk_acast_addr_src(struct net *net, struct net_device *dev,
319 const struct in6_addr *addr); 319 const struct in6_addr *addr);
320int ipv6_anycast_init(void);
321void ipv6_anycast_cleanup(void);
320 322
321/* Device notifier */ 323/* Device notifier */
322int register_inet6addr_notifier(struct notifier_block *nb); 324int register_inet6addr_notifier(struct notifier_block *nb);