Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/ !
H A Dtcp_output.c1017 uint32_t tcp_now_local = os_access_once(tcp_now); in tcp_output() local
1074 idle_time = tcp_now_local - tp->t_rcvtime; in tcp_output()
1116 tcp_now_local = os_access_once(tcp_now); in tcp_output()
2557 if (TSTMP_GT(tcp_now_local + pacing_delay, tp->t_latest_tx)) { in tcp_output()
2566 tp->t_latest_tx = tcp_now_local + pacing_delay; in tcp_output()
2569 if (TSTMP_GT(tcp_now_local, tp->t_latest_tx)) { in tcp_output()
2570 tp->t_latest_tx = tcp_now_local; in tcp_output()
2609 tp->t_bwmeas->bw_ts = tcp_now_local; in tcp_output()
2844 if (TSTMP_LT(tp->t_comp_ack_lastinc + tcp_ack_compression_rate, tcp_now_local)) { in tcp_output()
2853 tp->t_comp_ack_lastinc = tcp_now_local; in tcp_output()
[all …]
H A Dtcp_subr.c883 uint32_t tcp_now_local = os_access_once(tcp_now); in tcp_filloptions() local
884 to.to_tsval = ts_offset + tcp_now_local; in tcp_filloptions()