diff options
author | 2023-10-20 12:57:40 +0000 | |
---|---|---|
committer | 2023-10-23 09:35:01 +0100 | |
commit | 16cf6477741bdaa287d5e4531a1a503618a41a22 (patch) | |
tree | 8dc3a25443b1a4c83a54eb58b42e85ee24975ad8 /net/ipv4/tcp_timer.c | |
parent | tcp: introduce tcp_clock_ms() (diff) | |
download | wireguard-linux-16cf6477741bdaa287d5e4531a1a503618a41a22.tar.xz wireguard-linux-16cf6477741bdaa287d5e4531a1a503618a41a22.zip |
tcp: replace tcp_time_stamp_raw()
In preparation of usec TCP TS support, remove tcp_time_stamp_raw()
in favor of tcp_clock_ts() helper. This helper will return a suitable
32bit result to feed TS values, depending on a socket field.
Also add tcp_tw_tsval() and tcp_rsk_tsval() helpers to factorize
the details.
We do not yet support usec timestamps.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions