Searched refs:rc_max_rto_sec (Results 1 – 2 of 2) sorted by relevance
799 uint8_t rc_max_rto_sec; member
609 (bbr->rc_max_rto_sec * USECS_IN_SECOND)); in bbr_timer_start()678 if (to > (((uint32_t)bbr->rc_max_rto_sec) * USECS_IN_SECOND)) { in bbr_timer_start()4134 if (thresh > (((uint32_t)bbr->rc_max_rto_sec) * USECS_IN_SECOND)) { in bbr_calc_thresh_rack()4135 thresh = (((uint32_t)bbr->rc_max_rto_sec) * USECS_IN_SECOND); in bbr_calc_thresh_rack()4203 if (thresh > (((uint32_t)bbr->rc_max_rto_sec) * USECS_IN_SECOND)) { in bbr_calc_thresh_tlp()4204 thresh = (((uint32_t)bbr->rc_max_rto_sec) * USECS_IN_SECOND); in bbr_calc_thresh_tlp()5029 MSEC_2_TICKS(((uint32_t)bbr->rc_max_rto_sec) * 1000)); in bbr_timeout_rxt()6380 MSEC_2_TICKS(((uint32_t)bbr->rc_max_rto_sec) * 1000)); in tcp_bbr_xmit_timer_commit()10032 bbr->rc_max_rto_sec = bbr_rto_max_sec; in bbr_init()14370 bbr->rc_max_rto_sec = optval; in bbr_set_sockopt()[all …]