Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dsctp_cc_functions.c274 if (net->cc_mod.rtcc.last_step_state == 5) in cc_bw_same()
278 net->cc_mod.rtcc.last_step_state = 5; in cc_bw_same()
287 oth |= net->cc_mod.rtcc.last_step_state; in cc_bw_same()
323 oth |= net->cc_mod.rtcc.last_step_state; in cc_bw_same()
330 if ((net->cc_mod.rtcc.last_step_state == 5) && in cc_bw_same()
336 net->cc_mod.rtcc.last_step_state = 6; in cc_bw_same()
362 if (net->cc_mod.rtcc.last_step_state == 5) in cc_bw_same()
366 net->cc_mod.rtcc.last_step_state = 5; in cc_bw_same()
434 oth |= net->cc_mod.rtcc.last_step_state; in cc_bw_decrease()
451 net->cc_mod.rtcc.last_step_state = 2; in cc_bw_decrease()
[all …]
Dsctp_structs.h240 uint8_t last_step_state; /* Last state if steady state stepdown member