diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index c73a431fd06f..853cb43e3e3c 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -265,11 +265,6 @@ static int tcp_v6_connect(struct sock *sk, struct sockaddr *uaddr, | |||
265 | sk->sk_gso_type = SKB_GSO_TCPV6; | 265 | sk->sk_gso_type = SKB_GSO_TCPV6; |
266 | ip6_dst_store(sk, dst, NULL, NULL); | 266 | ip6_dst_store(sk, dst, NULL, NULL); |
267 | 267 | ||
268 | if (tcp_death_row->sysctl_tw_recycle && | ||
269 | !tp->rx_opt.ts_recent_stamp && | ||
270 | ipv6_addr_equal(&fl6.daddr, &sk->sk_v6_daddr)) | ||
271 | tcp_fetch_timewait_stamp(sk, dst); | ||
272 | |||
273 | icsk->icsk_ext_hdr_len = 0; | 268 | icsk->icsk_ext_hdr_len = 0; |
274 | if (opt) | 269 | if (opt) |
275 | icsk->icsk_ext_hdr_len = opt->opt_flen + | 270 | icsk->icsk_ext_hdr_len = opt->opt_flen + |