|
@@ -205,8 +205,9 @@ void ipv6_sock_ac_close(struct sock *sk);
|
|
|
int ipv6_dev_ac_inc(struct net_device *dev, const struct in6_addr *addr);
|
|
|
int __ipv6_dev_ac_dec(struct inet6_dev *idev, const struct in6_addr *addr);
|
|
|
bool ipv6_chk_acast_addr(struct net *net, struct net_device *dev,
|
|
|
- const struct in6_addr *addr);
|
|
|
-
|
|
|
+ const struct in6_addr *addr);
|
|
|
+bool ipv6_chk_acast_addr_src(struct net *net, struct net_device *dev,
|
|
|
+ const struct in6_addr *addr);
|
|
|
|
|
|
/* Device notifier */
|
|
|
int register_inet6addr_notifier(struct notifier_block *nb);
|