Searched refs:tcp_now_local (Results 1 – 1 of 1) sorted by relevance
711 uint32_t tcp_now_local = os_access_once(tcp_now); in tcp_output() local763 idle_time = tcp_now_local - tp->t_rcvtime; in tcp_output()805 tcp_now_local = os_access_once(tcp_now); in tcp_output()1865 *lp++ = htonl(tcp_now_local + tp->t_ts_offset); in tcp_output()2367 tp->t_bwmeas->bw_ts = tcp_now_local; in tcp_output()2602 if (TSTMP_LT(tp->t_comp_lastinc + tcp_ack_compression_rate, tcp_now_local)) { in tcp_output()2608 tp->t_comp_lastinc = tcp_now_local; in tcp_output()2869 tp->t_sndtime = tcp_now_local; in tcp_output()2875 tp->t_rtttime = tcp_now_local; in tcp_output()2947 tp->t_sndtime = tcp_now_local; in tcp_output()[all …]