Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_cc_functions.c269 if (net->cc_mod.rtcc.last_step_state == 5) in cc_bw_same()
273 net->cc_mod.rtcc.last_step_state = 5; in cc_bw_same()
282 oth |= net->cc_mod.rtcc.last_step_state; in cc_bw_same()
318 oth |= net->cc_mod.rtcc.last_step_state; in cc_bw_same()
325 if ((net->cc_mod.rtcc.last_step_state == 5) && in cc_bw_same()
331 net->cc_mod.rtcc.last_step_state = 6; in cc_bw_same()
357 if (net->cc_mod.rtcc.last_step_state == 5) in cc_bw_same()
361 net->cc_mod.rtcc.last_step_state = 5; in cc_bw_same()
429 oth |= net->cc_mod.rtcc.last_step_state; in cc_bw_decrease()
446 net->cc_mod.rtcc.last_step_state = 2; in cc_bw_decrease()
[all …]
H A Dsctp_structs.h254 uint8_t last_step_state; /* Last state if steady state stepdown member