tcp: add tcp_time_stamp_ms() helper
authorEric Dumazet <edumazet@google.com>
Fri, 20 Oct 2023 12:57:38 +0000 (12:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Oct 2023 08:35:00 +0000 (09:35 +0100)
commit99d679556d737a14391c68e562d94076c2983252
tree4555e11a5056c5dd365bd872dc16a7c1a6b52cf4
parent73ed8e03388d16c12fc577e5c700b58a29045a15
tcp: add tcp_time_stamp_ms() helper

In preparation of adding usec TCP TS values, add tcp_time_stamp_ms()
for contexts needing ms based values.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_input.c
net/ipv4/tcp_timer.c