aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r--net/ipv6/tcp_ipv6.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
index b61fa8bac3bd..889079b2ea85 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
@@ -1246,7 +1246,6 @@ static struct sock *tcp_v6_syn_recv_sock(struct sock *sk, struct sk_buff *skb,
1246 inet_csk(newsk)->icsk_ext_hdr_len = (newnp->opt->opt_nflen + 1246 inet_csk(newsk)->icsk_ext_hdr_len = (newnp->opt->opt_nflen +
1247 newnp->opt->opt_flen); 1247 newnp->opt->opt_flen);
1248 1248
1249 tcp_mtup_init(newsk);
1250 tcp_sync_mss(newsk, dst_mtu(dst)); 1249 tcp_sync_mss(newsk, dst_mtu(dst));
1251 newtp->advmss = dst_metric_advmss(dst); 1250 newtp->advmss = dst_metric_advmss(dst);
1252 if (tcp_sk(sk)->rx_opt.user_mss && 1251 if (tcp_sk(sk)->rx_opt.user_mss &&