Searched refs:t_acktime (Results 1 – 5 of 5) sorted by relevance
924 if (tp->t_maxunacktime && tp->t_acktime && TSTMP_GT(ticks, tp->t_acktime)) { in ctf_progress_timeout_check()925 if ((ticks - tp->t_acktime) >= tp->t_maxunacktime) { in ctf_progress_timeout_check()
2717 log.u_bbr.flex4 = tp->t_acktime; in bbr_log_progress_event()7418 bbr->rc_tp->t_acktime = ticks; in bbr_log_ack()7911 bbr->rc_tp->t_acktime = 0; in bbr_process_ack()8811 bbr->rc_tp->t_acktime = 0; in bbr_fastack()10088 tp->t_acktime = 0; in bbr_init()13902 bbr->rc_tp->t_acktime = ticks; in bbr_output_wtime()13941 bbr->rc_tp->t_acktime = ticks; in bbr_output_wtime()
1846 log.u_bbr.flex4 = tp->t_acktime; in rack_log_progress_event()7502 tp->t_acktime = ticks; in rack_log_ack()8387 tp->t_acktime = 0; in rack_process_ack()9146 tp->t_acktime = 0; in rack_fastack()13905 tp->t_acktime = ticks; in rack_output()13947 tp->t_acktime = ticks; in rack_output()
193 u_int t_acktime; /* RACK and BBR incoming new data was acked */ member