[NETNS][IPV6] anycast - handle several network namespace
[deliverable/linux.git] / include / net / addrconf.h
index c9276c72764d9c1e8320d3d00a3d42abc4afbf83..d0c47c30604626624553767f7b7edeb440c89742 100644 (file)
@@ -134,7 +134,8 @@ extern int inet6_ac_check(struct sock *sk, struct in6_addr *addr, int ifindex);
 
 extern int ipv6_dev_ac_inc(struct net_device *dev, struct in6_addr *addr);
 extern int __ipv6_dev_ac_dec(struct inet6_dev *idev, struct in6_addr *addr);
-extern int ipv6_chk_acast_addr(struct net_device *dev, struct in6_addr *addr);
+extern int ipv6_chk_acast_addr(struct net *net, struct net_device *dev,
+                              struct in6_addr *addr);
 
 
 /* Device notifier */
This page took 0.027217 seconds and 5 git commands to generate.