Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_cc_functions.c687 int accum_moved, int reneged_all SCTP_UNUSED, int will_exit, int use_rtcc) in sctp_cwnd_update_after_sack_common() argument
829 if (accum_moved || in sctp_cwnd_update_after_sack_common()
1291 int accum_moved, int reneged_all, int will_exit) in sctp_cwnd_update_after_sack() argument
1294 sctp_cwnd_update_after_sack_common(stcb, asoc, accum_moved, reneged_all, will_exit, 0); in sctp_cwnd_update_after_sack()
1507 int accum_moved, int reneged_all, int will_exit) in sctp_cwnd_update_rtcc_after_sack() argument
1510 sctp_cwnd_update_after_sack_common(stcb, asoc, accum_moved, reneged_all, will_exit, 1); in sctp_cwnd_update_rtcc_after_sack()
1750 int accum_moved, int reneged_all SCTP_UNUSED, int will_exit) in sctp_hs_cwnd_update_after_sack() argument
1801 if (accum_moved || in sctp_hs_cwnd_update_after_sack()
2142 int accum_moved, int reneged_all SCTP_UNUSED, int will_exit) in sctp_htcp_cwnd_update_after_sack() argument
2193 if (accum_moved || in sctp_htcp_cwnd_update_after_sack()
H A Dsctp_indata.c3291 …est_tsn_acked, uint32_t biggest_tsn_newly_acked, uint32_t this_sack_lowest_newack, int accum_moved) in sctp_strike_gap_ack_chunks() argument
3354 !(accum_moved && asoc->fast_retran_loss_recovery)) { in sctp_strike_gap_ack_chunks()
3381 !(accum_moved && asoc->fast_retran_loss_recovery)) { in sctp_strike_gap_ack_chunks()
3403 if (accum_moved && asoc->fast_retran_loss_recovery) { in sctp_strike_gap_ack_chunks()
4399 int accum_moved = 0; in sctp_handle_sack() local
4590 accum_moved = 1; in sctp_handle_sack()
4744 if (accum_moved) { in sctp_handle_sack()
4823 if (asoc->fast_retran_loss_recovery && accum_moved) { in sctp_handle_sack()
4926 …asoc->cc_functions.sctp_cwnd_update_after_sack(stcb, asoc, accum_moved, reneged_all, will_exit_fas… in sctp_handle_sack()
5036 biggest_tsn_newly_acked, this_sack_lowest_newack, accum_moved); in sctp_handle_sack()
H A Dsctp_structs.h704 int accum_moved, int reneged_all, int will_exit);