Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h595 uint32_t rc_lowest_rtt; /* Smallest RTT we have seen */ member
H A Dbbr.c2789 log.u_bbr.flex3 = bbr->r_ctl.rc_lowest_rtt; in bbr_log_type_bbrrttprop()
6321 if (rtt < bbr->r_ctl.rc_lowest_rtt) in tcp_bbr_xmit_timer_commit()
6322 bbr->r_ctl.rc_lowest_rtt = rtt; in tcp_bbr_xmit_timer_commit()
6688 if (tim < bbr->r_ctl.rc_lowest_rtt) { in bbr_google_measurement()
6690 tim, bbr->r_ctl.rc_lowest_rtt, 0, 0, 0, 0); in bbr_google_measurement()
6732 (sti < bbr->r_ctl.rc_lowest_rtt)) { in bbr_google_measurement()
6734 (uint32_t)sti, bbr->r_ctl.rc_lowest_rtt, 0, 0, 0, 0); in bbr_google_measurement()
6958 if (t < bbr->r_ctl.rc_lowest_rtt) { in bbr_update_rtt()
10102 bbr->r_ctl.rc_lowest_rtt = 0xffffffff; in bbr_init()