Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c289 if (net->cc_mod.rtcc.last_step_state == 5) in cc_bw_same()
293 net->cc_mod.rtcc.last_step_state = 5; in cc_bw_same()
303 oth |= net->cc_mod.rtcc.last_step_state; in cc_bw_same()
343 oth |= net->cc_mod.rtcc.last_step_state; in cc_bw_same()
351 if ((net->cc_mod.rtcc.last_step_state == 5) && in cc_bw_same()
357 net->cc_mod.rtcc.last_step_state = 6; in cc_bw_same()
384 if (net->cc_mod.rtcc.last_step_state == 5) in cc_bw_same()
388 net->cc_mod.rtcc.last_step_state = 5; in cc_bw_same()
468 oth |= net->cc_mod.rtcc.last_step_state; in cc_bw_decrease()
485 net->cc_mod.rtcc.last_step_state = 2; in cc_bw_decrease()
[all …]
Dsctp_structs.h291 uint8_t last_step_state; /* Last state if steady state stepdown is on */ member