Searched refs:accum_moved (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_cc_functions.c | 763 int accum_moved, int reneged_all SCTP_UNUSED, int will_exit, int use_rtcc) in sctp_cwnd_update_after_sack_common() argument 910 if (accum_moved || in sctp_cwnd_update_after_sack_common() 1385 int accum_moved, int reneged_all, int will_exit) in sctp_cwnd_update_after_sack() argument 1388 sctp_cwnd_update_after_sack_common(stcb, asoc, accum_moved, reneged_all, will_exit, 0); in sctp_cwnd_update_after_sack() 1604 int accum_moved, int reneged_all, int will_exit) in sctp_cwnd_update_rtcc_after_sack() argument 1607 sctp_cwnd_update_after_sack_common(stcb, asoc, accum_moved, reneged_all, will_exit, 1); in sctp_cwnd_update_rtcc_after_sack() 1846 int accum_moved, int reneged_all SCTP_UNUSED, int will_exit) in sctp_hs_cwnd_update_after_sack() argument 1896 if (accum_moved || in sctp_hs_cwnd_update_after_sack() 2233 int accum_moved, int reneged_all SCTP_UNUSED, int will_exit) in sctp_htcp_cwnd_update_after_sack() argument 2284 if (accum_moved || in sctp_htcp_cwnd_update_after_sack()
|
D | sctp_indata.c | 3343 …est_tsn_acked, uint32_t biggest_tsn_newly_acked, uint32_t this_sack_lowest_newack, int accum_moved) argument 3412 !(accum_moved && asoc->fast_retran_loss_recovery)) { 3439 !(accum_moved && asoc->fast_retran_loss_recovery)) { 3460 if (accum_moved && asoc->fast_retran_loss_recovery) { 4486 int accum_moved = 0; local 4676 accum_moved = 1; 4834 if (accum_moved) { 4957 if (asoc->fast_retran_loss_recovery && accum_moved) { 5058 …asoc->cc_functions.sctp_cwnd_update_after_sack(stcb, asoc, accum_moved, reneged_all, will_exit_fas… 5168 biggest_tsn_newly_acked, this_sack_lowest_newack, accum_moved);
|
D | sctp_structs.h | 760 int accum_moved ,int reneged_all, int will_exit);
|