Searched refs:t_comp_lastinc (Results 1 – 3 of 3) sorted by relevance
2200 if (TSTMP_LT(tp->t_comp_lastinc + tcp_ack_compression_rate, tcp_now)) { in tcp_output()2206 tp->t_comp_lastinc = tcp_now; in tcp_output()
669 …uint32_t t_comp_lastinc; /* Last time the gen-count was changed - should change every TCP_C… member
1175 tp->t_comp_lastinc = tcp_now; in tcp_newtcpcb()