Searched refs:tcp_now_local (Results 1 – 1 of 1) sorted by relevance
723 uint32_t tcp_now_local = os_access_once(tcp_now); in tcp_output() local776 idle_time = tcp_now_local - tp->t_rcvtime; in tcp_output()820 tcp_now_local = os_access_once(tcp_now); in tcp_output()1910 *lp++ = htonl(tcp_now_local + tp->t_ts_offset); in tcp_output()2414 tp->t_bwmeas->bw_ts = tcp_now_local; in tcp_output()2656 if (TSTMP_LT(tp->t_comp_ack_lastinc + tcp_ack_compression_rate, tcp_now_local)) { in tcp_output()2665 tp->t_comp_ack_lastinc = tcp_now_local; in tcp_output()2927 tp->t_sndtime = tcp_now_local; in tcp_output()2933 tp->t_rtttime = tcp_now_local; in tcp_output()3012 tp->t_sndtime = tcp_now_local; in tcp_output()[all …]