[NETNS][IPV6] tcp6 - make proc per namespace
Make the proc for tcp6 to be per namespace. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
0c96d8c50b
commit
6f8b13bcb3
@@ -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);
|
||||
|
Reference in New Issue
Block a user