aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r--net/ipv4/tcp_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
index 814ea43dd12f..d3b6390ecf23 100644
--- a/net/ipv4/tcp_input.c
+++ b/net/ipv4/tcp_input.c
@@ -3462,7 +3462,7 @@ static void tcp_send_challenge_ack(struct sock *sk, const struct sk_buff *skb)
3462static void tcp_store_ts_recent(struct tcp_sock *tp) 3462static void tcp_store_ts_recent(struct tcp_sock *tp)
3463{ 3463{
3464 tp->rx_opt.ts_recent = tp->rx_opt.rcv_tsval; 3464 tp->rx_opt.ts_recent = tp->rx_opt.rcv_tsval;
3465 tp->rx_opt.ts_recent_stamp = get_seconds(); 3465 tp->rx_opt.ts_recent_stamp = ktime_get_seconds();
3466} 3466}
3467 3467
3468static void tcp_replace_ts_recent(struct tcp_sock *tp, u32 seq) 3468static void tcp_replace_ts_recent(struct tcp_sock *tp, u32 seq)