aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4')
-rw-r--r--net/ipv4/tcp_ipv4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index 7297b56c28c7..3cf976510497 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -1668,7 +1668,6 @@ struct sock *tcp_v4_syn_recv_sock(struct sock *sk, struct sk_buff *skb,
1668 } 1668 }
1669 sk_setup_caps(newsk, dst); 1669 sk_setup_caps(newsk, dst);
1670 1670
1671 tcp_mtup_init(newsk);
1672 tcp_sync_mss(newsk, dst_mtu(dst)); 1671 tcp_sync_mss(newsk, dst_mtu(dst));
1673 newtp->advmss = dst_metric_advmss(dst); 1672 newtp->advmss = dst_metric_advmss(dst);
1674 if (tcp_sk(sk)->rx_opt.user_mss && 1673 if (tcp_sk(sk)->rx_opt.user_mss &&