summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
authorOctavian Purdila2014-06-25 16:09:59 +0200
committerDavid S. Miller2014-06-28 00:53:36 +0200
commit5db92c994982ed826cf38f38d58bd09bc326aef6 (patch)
treea47f81307b287fa65edfef7b1bd94c21d8cd7f1f /include/net/tcp.h
parenttcp: add send_synack method to tcp_request_sock_ops (diff)
downloadkernel-qcow2-linux-5db92c994982ed826cf38f38d58bd09bc326aef6.tar.gz
kernel-qcow2-linux-5db92c994982ed826cf38f38d58bd09bc326aef6.tar.xz
kernel-qcow2-linux-5db92c994982ed826cf38f38d58bd09bc326aef6.zip
tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synack
Signed-off-by: Octavian Purdila <octavian.purdila@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 8c05c25018d5..8e9c28dccb80 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -1573,6 +1573,8 @@ int tcp4_proc_init(void);
void tcp4_proc_exit(void);
#endif
+int tcp_rtx_synack(struct sock *sk, struct request_sock *req);
+
/* TCP af-specific functions */
struct tcp_sock_af_ops {
#ifdef CONFIG_TCP_MD5SIG