Home
last modified time | relevance | path

Searched refs:steady_step (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c316 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 …]
H A Dsctp_structs.h230 uint16_t steady_step; /* The number required to be in steady state */ member