Home
last modified time | relevance | path

Searched refs:t_comp_ack_lastinc (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_output.c2656 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()
H A Dtcp_var.h823 …uint32_t t_comp_ack_lastinc; /* Last time the gen-count was changed - should change every T… member
H A Dtcp_subr.c1219 tp->t_comp_ack_lastinc = tcp_now; in tcp_newtcpcb()