Home
last modified time | relevance | path

Searched refs:t_maxunacktime (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_timer.h146 ((tp)->t_maxunacktime ? (tp)->t_maxunacktime : tcp_maxunacktime)
H A Dtcp_syncache.c1023 tp->t_maxunacktime = sototcpcb(lso)->t_maxunacktime; in syncache_socket()
H A Dtcp_var.h433 u_int t_maxunacktime; member
H A Dtcp_usrreq.c2290 tp->t_maxunacktime = ui; in tcp_default_ctloutput()
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c1004 if (tp->t_maxunacktime && tp->t_acktime && TSTMP_GT(ticks, tp->t_acktime)) { in ctf_progress_timeout_check()
1005 if ((ticks - tp->t_acktime) >= tp->t_maxunacktime) { in ctf_progress_timeout_check()
H A Dbbr.c2703 log.u_bbr.flex3 = tp->t_maxunacktime; in bbr_log_progress_event()
H A Drack.c3106 log.u_bbr.flex3 = tp->t_maxunacktime; in rack_log_progress_event()