Searched refs:tcp_clock_ns (Results 1 – 2 of 2) sorted by relevance
744 static inline u64 tcp_clock_ns(void) in tcp_clock_ns() function751 return div_u64(tcp_clock_ns(), NSEC_PER_USEC); in tcp_clock_us()763 return div_u64(tcp_clock_ns(), NSEC_PER_SEC / TCP_TS_HZ); in tcp_time_stamp_raw()2282 return tcp_clock_ns() + (u64)delay * NSEC_PER_USEC; in tcp_transmit_time()
54 u64 val = tcp_clock_ns(); in tcp_mstamp_refresh()3290 now = tcp_clock_ns(); in tcp_make_synack()