diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index b14266bb91eb..5d6b1a609da8 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -1410,8 +1410,8 @@ static int tcp_v4_conn_req_fastopen(struct sock *sk, | |||
1410 | inet_csk(child)->icsk_af_ops->rebuild_header(child); | 1410 | inet_csk(child)->icsk_af_ops->rebuild_header(child); |
1411 | tcp_init_congestion_control(child); | 1411 | tcp_init_congestion_control(child); |
1412 | tcp_mtup_init(child); | 1412 | tcp_mtup_init(child); |
1413 | tcp_init_buffer_space(child); | ||
1414 | tcp_init_metrics(child); | 1413 | tcp_init_metrics(child); |
1414 | tcp_init_buffer_space(child); | ||
1415 | 1415 | ||
1416 | /* Queue the data carried in the SYN packet. We need to first | 1416 | /* Queue the data carried in the SYN packet. We need to first |
1417 | * bump skb's refcnt because the caller will attempt to free it. | 1417 | * bump skb's refcnt because the caller will attempt to free it. |