Searched refs:tcp_now_local (Results 1 – 1 of 1) sorted by relevance
708 uint32_t tcp_now_local = os_access_once(tcp_now); in tcp_output() local760 idle_time = tcp_now_local - tp->t_rcvtime; in tcp_output()802 tcp_now_local = os_access_once(tcp_now); in tcp_output()1868 *lp++ = htonl(tcp_now_local + tp->t_ts_offset); in tcp_output()2372 tp->t_bwmeas->bw_ts = tcp_now_local; in tcp_output()2607 if (TSTMP_LT(tp->t_comp_lastinc + tcp_ack_compression_rate, tcp_now_local)) { in tcp_output()2613 tp->t_comp_lastinc = tcp_now_local; in tcp_output()2874 tp->t_sndtime = tcp_now_local; in tcp_output()2880 tp->t_rtttime = tcp_now_local; in tcp_output()2959 tp->t_sndtime = tcp_now_local; in tcp_output()[all …]