Searched refs:tcp_clock_ns (Results 1 – 1 of 1) sorted by relevance
860 static inline u64 tcp_clock_ns(void) in tcp_clock_ns() function867 return div_u64(tcp_clock_ns(), NSEC_PER_USEC); in tcp_clock_us()872 return div_u64(tcp_clock_ns(), NSEC_PER_MSEC); in tcp_clock_ms()2781 return tcp_clock_ns() + (u64)delay * NSEC_PER_USEC; in tcp_transmit_time()