Home
last modified time | relevance | path

Searched refs:BBR_STARTUP (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c80 BBR_STARTUP, /* ramp up sending rate rapidly to fill pipe */ enumerator
154 * the queue created in BBR_STARTUP in a single round:
175 /* To estimate if BBR_STARTUP mode (i.e. high_gain) has filled pipe... */
611 bbr->mode = BBR_STARTUP; in bbr_reset_startup_mode()
894 if (bbr->mode == BBR_STARTUP && bbr_full_bw_reached(sk)) { in bbr_check_drain()
989 case BBR_STARTUP: in bbr_update_gains()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c82 BBR_STARTUP, /* ramp up sending rate rapidly to fill pipe */ enumerator
156 * the queue created in BBR_STARTUP in a single round:
177 /* To estimate if BBR_STARTUP mode (i.e. high_gain) has filled pipe... */
613 bbr->mode = BBR_STARTUP; in bbr_reset_startup_mode()
896 if (bbr->mode == BBR_STARTUP && bbr_full_bw_reached(sk)) { in bbr_check_drain()
991 case BBR_STARTUP: in bbr_update_gains()

Completed in 4 milliseconds