[NETNS][IPV6]: inet6_addr - ipv6_get_ifaddr namespace aware
[deliverable/linux.git] / include / net / addrconf.h
index d1697b587a1add2901a64b2abeed5cf66d6a5894..77f630f12806cba234e62b4764db9b4164636d15 100644 (file)
@@ -67,9 +67,11 @@ extern int                   ipv6_chk_addr(struct net *net,
 #if defined(CONFIG_IPV6_MIP6) || defined(CONFIG_IPV6_MIP6_MODULE)
 extern int                     ipv6_chk_home_addr(struct in6_addr *addr);
 #endif
-extern struct inet6_ifaddr *   ipv6_get_ifaddr(struct in6_addr *addr,
-                                               struct net_device *dev,
-                                               int strict);
+extern struct inet6_ifaddr      *ipv6_get_ifaddr(struct net *net,
+                                                struct in6_addr *addr,
+                                                struct net_device *dev,
+                                                int strict);
+
 extern int                     ipv6_get_saddr(struct dst_entry *dst, 
                                               struct in6_addr *daddr,
                                               struct in6_addr *saddr);
This page took 0.066316 seconds and 5 git commands to generate.