mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
[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:
parent
0c96d8c50b
commit
6f8b13bcb3
5 changed files with 24 additions and 19 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue