Searched refs:t_maxunacktime (Results 1 – 7 of 7) sorted by relevance
146 ((tp)->t_maxunacktime ? (tp)->t_maxunacktime : tcp_maxunacktime)
995 tp->t_maxunacktime = sototcpcb(lso)->t_maxunacktime; in syncache_socket()
433 u_int t_maxunacktime; member
2290 tp->t_maxunacktime = ui; in tcp_default_ctloutput()
962 if (tp->t_maxunacktime && tp->t_acktime && TSTMP_GT(ticks, tp->t_acktime)) { in ctf_progress_timeout_check()963 if ((ticks - tp->t_acktime) >= tp->t_maxunacktime) { in ctf_progress_timeout_check()
2703 log.u_bbr.flex3 = tp->t_maxunacktime; in bbr_log_progress_event()
3041 log.u_bbr.flex3 = tp->t_maxunacktime; in rack_log_progress_event()