Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c81 BBR_DRAIN, /* drain any queue created during startup */ enumerator
153 /* The pacing gain of 1/high_gain in BBR_DRAIN is calculated to typically drain
895 bbr->mode = BBR_DRAIN; /* drain queue we created */ in bbr_check_drain()
899 if (bbr->mode == BBR_DRAIN && in bbr_check_drain()
993 case BBR_DRAIN: in bbr_update_gains()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c83 BBR_DRAIN, /* drain any queue created during startup */ enumerator
155 /* The pacing gain of 1/high_gain in BBR_DRAIN is calculated to typically drain
897 bbr->mode = BBR_DRAIN; /* drain queue we created */ in bbr_check_drain()
901 if (bbr->mode == BBR_DRAIN && in bbr_check_drain()
995 case BBR_DRAIN: in bbr_update_gains()

Completed in 4 milliseconds