[NETNS][IPV6] tcp6 - make proc per namespace
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / net / ipv6.h
index e01a563132e8dad9e2ec1d35c62ab733450af757..e82f1814d96bbc34fcd6eb20035ef4558a5a1206 100644 (file)
@@ -595,8 +595,8 @@ extern int  ac6_proc_init(void);
 extern void ac6_proc_exit(void);
 extern int  raw6_proc_init(void);
 extern void raw6_proc_exit(void);
-extern int  tcp6_proc_init(void);
-extern void tcp6_proc_exit(void);
+extern int  tcp6_proc_init(struct net *net);
+extern void tcp6_proc_exit(struct net *net);
 extern int  udp6_proc_init(struct net *net);
 extern void udp6_proc_exit(struct net *net);
 extern int  udplite6_proc_init(void);