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.h713 uint32_t last_in_probertt; member
H A Dbbr.c2105 log.u_bbr.flex3 = bbr->r_ctl.last_in_probertt; in bbr_log_rtt_shrinks()
6400 (TSTMP_GT(cts, bbr->r_ctl.last_in_probertt)) && in bbr_set_reduced_rtt()
6401 ((cts - bbr->r_ctl.last_in_probertt) > bbr->r_ctl.rc_probertt_int)) { in bbr_set_reduced_rtt()
7970 bbr->r_ctl.last_in_probertt = bbr->r_ctl.rc_rtt_shrinks = cts; in bbr_exit_persist()
9995 bbr->r_ctl.last_in_probertt = cts; in bbr_init()
10676 bbr->r_ctl.last_in_probertt = cts; in bbr_enter_probe_rtt()
10812 bbr->r_ctl.last_in_probertt = cts; in bbr_exit_probe_rtt()
10871 (TSTMP_GT(cts, bbr->r_ctl.last_in_probertt)) && in bbr_should_enter_probe_rtt()
10872 ((cts - bbr->r_ctl.last_in_probertt) > bbr->r_ctl.rc_probertt_int)) { in bbr_should_enter_probe_rtt()
11160 bbr->r_ctl.last_in_probertt = cts; in bbr_state_change()