commit | 5db92c994982ed826cf38f38d58bd09bc326aef6 | [log] [tgz] |
---|---|---|
author | Octavian Purdila <octavian.purdila@intel.com> | Wed Jun 25 17:09:59 2014 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 27 15:53:36 2014 -0700 |
tree | a47f81307b287fa65edfef7b1bd94c21d8cd7f1f | |
parent | d6274bd8d6ea84b7b54cc1c3fde6bcb6143b104f [diff] [blame] |
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>
diff --git a/include/net/tcp.h b/include/net/tcp.h index 8c05c25..8e9c28d 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h
@@ -1573,6 +1573,8 @@ 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