Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c763 int accum_moved, int reneged_all SCTP_UNUSED, int will_exit, int use_rtcc) 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()
2233 int accum_moved, int reneged_all SCTP_UNUSED, int will_exit) in sctp_htcp_cwnd_update_after_sack()
Dsctp_structs.h763 int accum_moved ,int reneged_all, int will_exit);
Dsctp_indata.c4475 uint8_t reneged_all = 0; local
4986 reneged_all = 1;
5039 …asoc->cc_functions.sctp_cwnd_update_after_sack(stcb, asoc, accum_moved, reneged_all, will_exit_fas…