aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r--net/ipv4/tcp_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
index c5e64d4b5839..893286db4623 100644
--- a/net/ipv4/tcp_input.c
+++ b/net/ipv4/tcp_input.c
@@ -6332,7 +6332,7 @@ int tcp_conn_request(struct request_sock_ops *rsk_ops,
6332 tcp_openreq_init_rwin(req, sk, dst); 6332 tcp_openreq_init_rwin(req, sk, dst);
6333 if (!want_cookie) { 6333 if (!want_cookie) {
6334 tcp_reqsk_record_syn(sk, req, skb); 6334 tcp_reqsk_record_syn(sk, req, skb);
6335 fastopen_sk = tcp_try_fastopen(sk, skb, req, &foc); 6335 fastopen_sk = tcp_try_fastopen(sk, skb, req, &foc, dst);
6336 } 6336 }
6337 if (fastopen_sk) { 6337 if (fastopen_sk) {
6338 af_ops->send_synack(fastopen_sk, dst, &fl, req, 6338 af_ops->send_synack(fastopen_sk, dst, &fl, req,