diff options
Diffstat (limited to 'net/ipv4/tcp_timer.c')
-rw-r--r-- | net/ipv4/tcp_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c index 61023d50cd60..676020663ce8 100644 --- a/net/ipv4/tcp_timer.c +++ b/net/ipv4/tcp_timer.c | |||
@@ -360,7 +360,7 @@ static void tcp_probe_timer(struct sock *sk) | |||
360 | */ | 360 | */ |
361 | start_ts = tcp_skb_timestamp(skb); | 361 | start_ts = tcp_skb_timestamp(skb); |
362 | if (!start_ts) | 362 | if (!start_ts) |
363 | skb->skb_mstamp_ns = tp->tcp_wstamp_ns; | 363 | skb->skb_mstamp_ns = tp->tcp_clock_cache; |
364 | else if (icsk->icsk_user_timeout && | 364 | else if (icsk->icsk_user_timeout && |
365 | (s32)(tcp_time_stamp(tp) - start_ts) > icsk->icsk_user_timeout) | 365 | (s32)(tcp_time_stamp(tp) - start_ts) > icsk->icsk_user_timeout) |
366 | goto abort; | 366 | goto abort; |