Searched refs:tcp_now_local (Results 1 – 2 of 2) sorted by relevance
953 uint32_t tcp_now_local = os_access_once(tcp_now); in tcp_output() local1010 idle_time = tcp_now_local - tp->t_rcvtime; in tcp_output()1052 tcp_now_local = os_access_once(tcp_now); in tcp_output()2493 if (TSTMP_GT(tcp_now_local + pacing_delay, tp->t_latest_tx)) { in tcp_output()2502 tp->t_latest_tx = tcp_now_local + pacing_delay; in tcp_output()2505 if (TSTMP_GT(tcp_now_local, tp->t_latest_tx)) { in tcp_output()2506 tp->t_latest_tx = tcp_now_local; in tcp_output()2545 tp->t_bwmeas->bw_ts = tcp_now_local; in tcp_output()2780 if (TSTMP_LT(tp->t_comp_ack_lastinc + tcp_ack_compression_rate, tcp_now_local)) { in tcp_output()2789 tp->t_comp_ack_lastinc = tcp_now_local; in tcp_output()
879 uint32_t tcp_now_local = os_access_once(tcp_now); in tcp_filloptions() local880 to.to_tsval = ts_offset + tcp_now_local; in tcp_filloptions()