tcp: introduce tcp_clock_ms()
authorEric Dumazet <edumazet@google.com>
Fri, 20 Oct 2023 12:57:39 +0000 (12:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Oct 2023 08:35:01 +0000 (09:35 +0100)
commit2a7c8d291ffeba69a47d8528987156f625cc05b0
treebb760ce96938f5f494a1455b31f04b291617d520
parent99d679556d737a14391c68e562d94076c2983252
tcp: introduce tcp_clock_ms()

It delivers current TCP time stamp in ms unit, and is used
in place of confusing tcp_time_stamp_raw()

It is the same family than tcp_clock_ns() and tcp_clock_ms().

tcp_time_stamp_raw() will be replaced later for TSval
contexts with a more descriptive name.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp.c
net/ipv4/tcp_minisocks.c
net/netfilter/nf_synproxy_core.c
tools/testing/selftests/bpf/progs/xdp_synproxy_kern.c