Searched refs:tcp_clock_ns (Results 1 – 4 of 4) sorted by relevance
172 static __always_inline __u64 tcp_clock_ns(void) in tcp_clock_ns() function184 return tcp_ns_to_ts(tcp_clock_ns()); in tcp_time_stamp_raw()
807 static inline u64 tcp_clock_ns(void) in tcp_clock_ns() function814 return div_u64(tcp_clock_ns(), NSEC_PER_USEC); in tcp_clock_us()832 return tcp_ns_to_ts(tcp_clock_ns()); in tcp_time_stamp_raw()2576 return tcp_clock_ns() + (u64)delay * NSEC_PER_USEC; in tcp_transmit_time()
55 u64 val = tcp_clock_ns(); in tcp_mstamp_refresh()3687 now = tcp_clock_ns(); in tcp_make_synack()
1989 mstamp = div_u64(tcp_clock_ns(), NSEC_PER_USEC); in mptcp_rcv_space_adjust()