tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()
authorEric Dumazet <edumazet@google.com>
Fri, 20 Oct 2023 12:57:43 +0000 (12:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Oct 2023 08:35:01 +0000 (09:35 +0100)
commit9d0c00f5ca05be9e89649c156f9d5b9421fc534e
treee9c00f8f79f0d5b4b8d0a1a5f60596519bcf6518
parent003e07a1e48e9423647d2fef1c86b4caab3a94be
tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()

This helper returns a TSval from a TCP socket.

It currently calls tcp_time_stamp_ms() but will soon
be able to return a usec based TSval, depending
on an upcoming tp->tcp_usec_ts field.

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_lp.c
net/ipv4/tcp_output.c
net/ipv4/tcp_timer.c