Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtcp.h592 static inline u64 tcp_ns_to_ts(bool usec_ts, u64 val) in tcp_ns_to_ts() argument
594 if (usec_ts) in tcp_ns_to_ts()
863 static inline u32 tcp_clock_ts(bool usec_ts) in tcp_clock_ts() argument
865 return usec_ts ? tcp_clock_us() : tcp_clock_ms(); in tcp_clock_ts()
894 static inline u32 tcp_skb_timestamp_ts(bool usec_ts, const struct sk_buff *skb) in tcp_skb_timestamp_ts() argument
896 if (usec_ts) in tcp_skb_timestamp_ts()