Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c684 int accum_moved, int reneged_all SCTP_UNUSED, int will_exit, int use_rtcc) in sctp_cwnd_update_after_sack_common()
1290 int accum_moved, int reneged_all, int will_exit) in sctp_cwnd_update_after_sack() argument
1293 sctp_cwnd_update_after_sack_common(stcb, asoc, accum_moved, reneged_all, will_exit, 0); in sctp_cwnd_update_after_sack()
1506 int accum_moved, int reneged_all, int will_exit) in sctp_cwnd_update_rtcc_after_sack() argument
1509 sctp_cwnd_update_after_sack_common(stcb, asoc, accum_moved, reneged_all, will_exit, 1); in sctp_cwnd_update_rtcc_after_sack()
1749 int accum_moved, int reneged_all SCTP_UNUSED, int will_exit) in sctp_hs_cwnd_update_after_sack()
2141 int accum_moved, int reneged_all SCTP_UNUSED, int will_exit) in sctp_htcp_cwnd_update_after_sack()
H A Dsctp_structs.h702 int accum_moved, int reneged_all, int will_exit);
H A Dsctp_indata.c4421 uint8_t reneged_all = 0; in sctp_handle_sack() local
4884 reneged_all = 1; in sctp_handle_sack()
4940 …asoc->cc_functions.sctp_cwnd_update_after_sack(stcb, asoc, accum_moved, reneged_all, will_exit_fas… in sctp_handle_sack()