Searched refs:steady_step (Results 1 – 2 of 2) sorted by relevance
316 if (net->cc_mod.rtcc.steady_step) { in cc_bw_same()329 (net->cc_mod.rtcc.step_cnt > net->cc_mod.rtcc.steady_step)) { in cc_bw_same()365 if ((net->cc_mod.rtcc.step_cnt == net->cc_mod.rtcc.steady_step) || in cc_bw_same()366 ((net->cc_mod.rtcc.step_cnt > net->cc_mod.rtcc.steady_step) && in cc_bw_same()427 if (net->cc_mod.rtcc.steady_step) { in cc_bw_decrease()463 if (net->cc_mod.rtcc.steady_step) { in cc_bw_decrease()495 if (net->cc_mod.rtcc.steady_step) { in cc_bw_decrease()545 if (net->cc_mod.rtcc.steady_step) { in cc_bw_increase()1364 if (net->cc_mod.rtcc.steady_step) { in sctp_cwnd_new_rtcc_transmission_begins()1461 net->cc_mod.rtcc.steady_step = cc_opt->aid_value.assoc_value; in sctp_cwnd_rtcc_socket_option()[all …]
230 uint16_t steady_step; /* The number required to be in steady state */ member