Home
last modified time | relevance | path

Searched refs:last_in_probertt (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h711 uint32_t last_in_probertt; member
H A Dbbr.c2103 log.u_bbr.flex3 = bbr->r_ctl.last_in_probertt; in bbr_log_rtt_shrinks()
6398 (TSTMP_GT(cts, bbr->r_ctl.last_in_probertt)) && in bbr_set_reduced_rtt()
6399 ((cts - bbr->r_ctl.last_in_probertt) > bbr->r_ctl.rc_probertt_int)) { in bbr_set_reduced_rtt()
7968 bbr->r_ctl.last_in_probertt = bbr->r_ctl.rc_rtt_shrinks = cts; in bbr_exit_persist()
9993 bbr->r_ctl.last_in_probertt = cts; in bbr_init()
10674 bbr->r_ctl.last_in_probertt = cts; in bbr_enter_probe_rtt()
10810 bbr->r_ctl.last_in_probertt = cts; in bbr_exit_probe_rtt()
10869 (TSTMP_GT(cts, bbr->r_ctl.last_in_probertt)) && in bbr_should_enter_probe_rtt()
10870 ((cts - bbr->r_ctl.last_in_probertt) > bbr->r_ctl.rc_probertt_int)) { in bbr_should_enter_probe_rtt()
11158 bbr->r_ctl.last_in_probertt = cts; in bbr_state_change()