Searched refs:tcp_clock_ns (Results 1 – 4 of 4) sorted by relevance
170 static __always_inline __u64 tcp_clock_ns(void) in tcp_clock_ns() function182 return tcp_ns_to_ts(tcp_clock_ns()); in tcp_time_stamp_raw()
787 static inline u64 tcp_clock_ns(void) in tcp_clock_ns() function794 return div_u64(tcp_clock_ns(), NSEC_PER_USEC); in tcp_clock_us()812 return tcp_ns_to_ts(tcp_clock_ns()); in tcp_time_stamp_raw()2528 return tcp_clock_ns() + (u64)delay * NSEC_PER_USEC; in tcp_transmit_time()
55 u64 val = tcp_clock_ns(); in tcp_mstamp_refresh()3674 now = tcp_clock_ns(); in tcp_make_synack()
1963 mstamp = div_u64(tcp_clock_ns(), NSEC_PER_USEC); in mptcp_rcv_space_adjust()