]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tcp: use tcp_jiffies32 to feed probe_timestamp
authorEric Dumazet <edumazet@google.com>
Tue, 16 May 2017 21:00:08 +0000 (14:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 May 2017 20:06:01 +0000 (16:06 -0400)
commitc74df29a8d119a09ccc5e50265e3383c76278f3d
tree416048d0a7c69d434959e3a6a5f070de7784764b
parent70eabf0e1b8fe11519f793416655266605f700b9
tcp: use tcp_jiffies32 to feed probe_timestamp

Use tcp_jiffies32 instead of tcp_time_stamp, since
tcp_time_stamp will soon be only used for TCP TS option.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_output.c
net/ipv4/tcp_timer.c