Searched refs:will_exit (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_cc_functions.c | 684 int accum_moved, int reneged_all SCTP_UNUSED, int will_exit, int use_rtcc) in sctp_cwnd_update_after_sack_common() argument 770 (will_exit == 0) && 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() argument 1788 (will_exit == 0) && 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() argument 2180 will_exit == 0 && in sctp_htcp_cwnd_update_after_sack()
|
| H A D | sctp_structs.h | 702 int accum_moved, int reneged_all, int will_exit);
|