diff options
Diffstat (limited to 'net/ipv4/tcp_output.c')
-rw-r--r-- | net/ipv4/tcp_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_output.c b/net/ipv4/tcp_output.c index f0fd1b4fdb32..1011ea40c2ba 100644 --- a/net/ipv4/tcp_output.c +++ b/net/ipv4/tcp_output.c | |||
@@ -2202,7 +2202,7 @@ static bool tcp_small_queue_check(struct sock *sk, const struct sk_buff *skb, | |||
2202 | 2202 | ||
2203 | static void tcp_chrono_set(struct tcp_sock *tp, const enum tcp_chrono new) | 2203 | static void tcp_chrono_set(struct tcp_sock *tp, const enum tcp_chrono new) |
2204 | { | 2204 | { |
2205 | const u32 now = tcp_time_stamp; | 2205 | const u32 now = tcp_jiffies32; |
2206 | 2206 | ||
2207 | if (tp->chrono_type > TCP_CHRONO_UNSPEC) | 2207 | if (tp->chrono_type > TCP_CHRONO_UNSPEC) |
2208 | tp->chrono_stat[tp->chrono_type - 1] += now - tp->chrono_start; | 2208 | tp->chrono_stat[tp->chrono_type - 1] += now - tp->chrono_start; |