Searched refs:cong_algorithm (Results 1 – 4 of 4) sorted by relevance
176 int cong_algorithm; member
6170 sc->tt.cong_algorithm = -1; in t4_sysctls()6172 CTLFLAG_RW, &sc->tt.cong_algorithm, 0, "congestion control " in t4_sysctls()
213 else if (sc->tt.cong_algorithm >= 0) in calc_opt2a()214 opt2 |= V_CONG_CNTRL(sc->tt.cong_algorithm & M_CONG_CNTRL); in calc_opt2a()
1056 else if (sc->tt.cong_algorithm >= 0) in calc_opt2p()1057 opt2 |= V_CONG_CNTRL(sc->tt.cong_algorithm & M_CONG_CNTRL); in calc_opt2p()