diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index b4ccb8a6c9c1..fc880e92164a 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -395,6 +395,7 @@ extern void tcp_enter_loss(struct sock *sk, int how); | |||
395 | extern void tcp_clear_retrans(struct tcp_sock *tp); | 395 | extern void tcp_clear_retrans(struct tcp_sock *tp); |
396 | extern void tcp_update_metrics(struct sock *sk); | 396 | extern void tcp_update_metrics(struct sock *sk); |
397 | extern void tcp_close(struct sock *sk, long timeout); | 397 | extern void tcp_close(struct sock *sk, long timeout); |
398 | extern void tcp_init_sock(struct sock *sk); | ||
398 | extern unsigned int tcp_poll(struct file * file, struct socket *sock, | 399 | extern unsigned int tcp_poll(struct file * file, struct socket *sock, |
399 | struct poll_table_struct *wait); | 400 | struct poll_table_struct *wait); |
400 | extern int tcp_getsockopt(struct sock *sk, int level, int optname, | 401 | extern int tcp_getsockopt(struct sock *sk, int level, int optname, |