Home
last modified time | relevance | path

Searched refs:will_exit_fast_recovery (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_indata.c3983 net->will_exit_fast_recovery = 0; in sctp_express_handle_sack()
4414 int will_exit_fast_recovery = 0; in sctp_handle_sack() local
4587 net->will_exit_fast_recovery = 0; in sctp_handle_sack()
4840 will_exit_fast_recovery = 1; in sctp_handle_sack()
4940 …nctions.sctp_cwnd_update_after_sack(stcb, asoc, accum_moved, reneged_all, will_exit_fast_recovery); in sctp_handle_sack()
5056 if (will_exit_fast_recovery) { in sctp_handle_sack()
5069 if (net->will_exit_fast_recovery) { in sctp_handle_sack()
H A Dsctp_cc_functions.c746 net->will_exit_fast_recovery = 1; in sctp_cwnd_update_after_sack_common()
1764 net->will_exit_fast_recovery = 1; in sctp_hs_cwnd_update_after_sack()
2156 net->will_exit_fast_recovery = 1; in sctp_htcp_cwnd_update_after_sack()
H A Dsctp_structs.h345 uint8_t will_exit_fast_recovery; member