aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_connection_sock.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/inet_connection_sock.c')
-rw-r--r--net/ipv4/inet_connection_sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/inet_connection_sock.c b/net/ipv4/inet_connection_sock.c
index 7d011e825c48..a12b973164d0 100644
--- a/net/ipv4/inet_connection_sock.c
+++ b/net/ipv4/inet_connection_sock.c
@@ -615,7 +615,7 @@ static void reqsk_timer_handler(unsigned long data)
615 max_retries = defer_accept; 615 max_retries = defer_accept;
616 syn_ack_recalc(req, thresh, max_retries, defer_accept, 616 syn_ack_recalc(req, thresh, max_retries, defer_accept,
617 &expire, &resend); 617 &expire, &resend);
618 req->rsk_ops->syn_ack_timeout(sk_listener, req); 618 req->rsk_ops->syn_ack_timeout(req);
619 if (!expire && 619 if (!expire &&
620 (!resend || 620 (!resend ||
621 !inet_rtx_syn_ack(sk_listener, req) || 621 !inet_rtx_syn_ack(sk_listener, req) ||