Searched refs:tcp_now_local (Results 1 – 2 of 2) sorted by relevance
1013 uint32_t tcp_now_local = os_access_once(tcp_now); in tcp_output() local1070 idle_time = tcp_now_local - tp->t_rcvtime; in tcp_output()1112 tcp_now_local = os_access_once(tcp_now); in tcp_output()2553 if (TSTMP_GT(tcp_now_local + pacing_delay, tp->t_latest_tx)) { in tcp_output()2562 tp->t_latest_tx = tcp_now_local + pacing_delay; in tcp_output()2565 if (TSTMP_GT(tcp_now_local, tp->t_latest_tx)) { in tcp_output()2566 tp->t_latest_tx = tcp_now_local; in tcp_output()2605 tp->t_bwmeas->bw_ts = tcp_now_local; in tcp_output()2840 if (TSTMP_LT(tp->t_comp_ack_lastinc + tcp_ack_compression_rate, tcp_now_local)) { in tcp_output()2849 tp->t_comp_ack_lastinc = tcp_now_local; in tcp_output()[all …]
883 uint32_t tcp_now_local = os_access_once(tcp_now); in tcp_filloptions() local884 to.to_tsval = ts_offset + tcp_now_local; in tcp_filloptions()