Searched refs:t_maxunacktime (Results 1 – 7 of 7) sorted by relevance
145 ((tp)->t_maxunacktime ? (tp)->t_maxunacktime : tcp_maxunacktime)
1005 tp->t_maxunacktime = sototcpcb(lso)->t_maxunacktime; in syncache_socket()
433 u_int t_maxunacktime; member
2249 tp->t_maxunacktime = ui; in tcp_default_ctloutput()
942 if (tp->t_maxunacktime && tp->t_acktime && TSTMP_GT(ticks, tp->t_acktime)) { in ctf_progress_timeout_check()943 if ((ticks - tp->t_acktime) >= tp->t_maxunacktime) { in ctf_progress_timeout_check()
2688 log.u_bbr.flex3 = tp->t_maxunacktime; in bbr_log_progress_event()
2893 log.u_bbr.flex3 = tp->t_maxunacktime; in rack_log_progress_event()