Home
last modified time | relevance | path

Searched refs:usec_ts (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/include/net/
H A Dtcp.h633 static inline u64 tcp_ns_to_ts(bool usec_ts, u64 val) in tcp_ns_to_ts() argument
635 if (usec_ts) in tcp_ns_to_ts()
924 static inline u32 tcp_clock_ts(bool usec_ts) in tcp_clock_ts() argument
926 return usec_ts ? tcp_clock_us() : tcp_clock_ms(); in tcp_clock_ts()
955 static inline u32 tcp_skb_timestamp_ts(bool usec_ts, const struct sk_buff *skb) in tcp_skb_timestamp_ts() argument
957 if (usec_ts) in tcp_skb_timestamp_ts()