]> err.no Git - linux-2.6/blobdiff - include/net/ip6_fib.h
[NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespaces
[linux-2.6] / include / net / ip6_fib.h
index 4d4c8aca8fb921741d9030ca2f26de73c9fae4f3..e54075d902dbd266c4adb6e340de237d01fee62d 100644 (file)
@@ -195,7 +195,8 @@ struct fib6_node            *fib6_locate(struct fib6_node *root,
                                             struct in6_addr *daddr, int dst_len,
                                             struct in6_addr *saddr, int src_len);
 
-extern void                    fib6_clean_all(int (*func)(struct rt6_info *, void *arg),
+extern void                    fib6_clean_all(struct net *net,
+                                              int (*func)(struct rt6_info *, void *arg),
                                               int prune, void *arg);
 
 extern int                     fib6_add(struct fib6_node *root,