Home | History | Annotate | Download | only in netinet

Lines Matching refs:steady_step

270 		if ((net->cc_mod.rtcc.steady_step) && (inst_ind != SCTP_INST_LOOSING)) {
276 if ((net->cc_mod.rtcc.step_cnt == net->cc_mod.rtcc.steady_step) ||
277 ((net->cc_mod.rtcc.step_cnt > net->cc_mod.rtcc.steady_step) &&
278 ((net->cc_mod.rtcc.step_cnt % net->cc_mod.rtcc.steady_step) == 0))) {
319 if (net->cc_mod.rtcc.steady_step) {
334 (net->cc_mod.rtcc.step_cnt > net->cc_mod.rtcc.steady_step)) {
365 if ((net->cc_mod.rtcc.steady_step) && (inst_ind != SCTP_INST_LOOSING)) {
371 if ((net->cc_mod.rtcc.step_cnt == net->cc_mod.rtcc.steady_step) ||
372 ((net->cc_mod.rtcc.step_cnt > net->cc_mod.rtcc.steady_step) &&
373 ((net->cc_mod.rtcc.step_cnt % net->cc_mod.rtcc.steady_step) == 0))) {
444 if (net->cc_mod.rtcc.steady_step) {
482 if (net->cc_mod.rtcc.steady_step) {
517 if (net->cc_mod.rtcc.steady_step) {
578 if (net->cc_mod.rtcc.steady_step) {
1441 if (net->cc_mod.rtcc.steady_step) {
1504 net->cc_mod.rtcc.steady_step = SCTP_BASE_SYSCTL(sctp_steady_step);
1537 net->cc_mod.rtcc.steady_step = cc_opt->aid_value.assoc_value;
1561 cc_opt->aid_value.assoc_value = net->cc_mod.rtcc.steady_step;