Home
last modified time | relevance | path

Searched refs:tcp_now_local (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/netinet/ !
H A Dtcp_output.c953 uint32_t tcp_now_local = os_access_once(tcp_now); in tcp_output() local
1010 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()
H A Dtcp_subr.c784 uint32_t tcp_now_local = os_access_once(tcp_now); in tcp_filloptions() local
785 to.to_tsval = ts_offset + tcp_now_local; in tcp_filloptions()