aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/ipv6.h4
-rw-r--r--include/net/tcp.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index e01a563132e8..e82f1814d96b 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -595,8 +595,8 @@ extern int ac6_proc_init(void);
595extern void ac6_proc_exit(void); 595extern void ac6_proc_exit(void);
596extern int raw6_proc_init(void); 596extern int raw6_proc_init(void);
597extern void raw6_proc_exit(void); 597extern void raw6_proc_exit(void);
598extern int tcp6_proc_init(void); 598extern int tcp6_proc_init(struct net *net);
599extern void tcp6_proc_exit(void); 599extern void tcp6_proc_exit(struct net *net);
600extern int udp6_proc_init(struct net *net); 600extern int udp6_proc_init(struct net *net);
601extern void udp6_proc_exit(struct net *net); 601extern void udp6_proc_exit(struct net *net);
602extern int udplite6_proc_init(void); 602extern int udplite6_proc_init(void);
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 6b08dab1b1fa..847e1634e1f4 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -1336,8 +1336,8 @@ struct tcp_iter_state {
1336 struct seq_operations seq_ops; 1336 struct seq_operations seq_ops;
1337}; 1337};
1338 1338
1339extern int tcp_proc_register(struct tcp_seq_afinfo *afinfo); 1339extern int tcp_proc_register(struct net *net, struct tcp_seq_afinfo *afinfo);
1340extern void tcp_proc_unregister(struct tcp_seq_afinfo *afinfo); 1340extern void tcp_proc_unregister(struct net *net, struct tcp_seq_afinfo *afinfo);
1341 1341
1342extern struct request_sock_ops tcp_request_sock_ops; 1342extern struct request_sock_ops tcp_request_sock_ops;
1343extern struct request_sock_ops tcp6_request_sock_ops; 1343extern struct request_sock_ops tcp6_request_sock_ops;