commit | d1a02ed66fe62aa2edd77bd54e270ebc33bd12ff | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Oct 20 12:57:41 2023 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 23 09:35:01 2023 +0100 |
tree | 037c2e87d2deab26135a119690d0862beeff5138 | |
parent | 16cf6477741bdaa287d5e4531a1a503618a41a22 [diff] |
tcp: rename tcp_skb_timestamp() This helper returns a 32bit TCP TSval from skb->tstamp. As we are going to support usec or ms units soon, rename it to tcp_skb_timestamp_ts() and add a boolean to select the unit. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>