Searched refs:rc_lowest_rtt (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | tcp_bbr.h | 591 uint32_t rc_lowest_rtt; /* Smallest RTT we have seen */ member
|
H A D | bbr.c | 2767 log.u_bbr.flex3 = bbr->r_ctl.rc_lowest_rtt; in bbr_log_type_bbrrttprop() 6281 if (rtt < bbr->r_ctl.rc_lowest_rtt) in tcp_bbr_xmit_timer_commit() 6282 bbr->r_ctl.rc_lowest_rtt = rtt; in tcp_bbr_xmit_timer_commit() 6583 if (tim < bbr->r_ctl.rc_lowest_rtt) { in bbr_google_measurement() 6585 tim, bbr->r_ctl.rc_lowest_rtt, 0, 0, 0, 0); in bbr_google_measurement() 6625 (sti < bbr->r_ctl.rc_lowest_rtt)) { in bbr_google_measurement() 6627 (uint32_t)sti, bbr->r_ctl.rc_lowest_rtt, 0, 0, 0, 0); in bbr_google_measurement() 6851 if (t < bbr->r_ctl.rc_lowest_rtt) { in bbr_update_rtt() 9983 bbr->r_ctl.rc_lowest_rtt = 0xffffffff; in bbr_init()
|