Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp_cc_functions.c1289 sctp_cwnd_update_after_sack(struct sctp_tcb *stcb, in sctp_cwnd_update_after_sack() function
2329 .sctp_cwnd_update_after_sack = sctp_cwnd_update_after_sack,
2339 .sctp_cwnd_update_after_sack = sctp_hs_cwnd_update_after_sack,
2349 .sctp_cwnd_update_after_sack = sctp_htcp_cwnd_update_after_sack,
2359 .sctp_cwnd_update_after_sack = sctp_cwnd_update_rtcc_after_sack,
HDsctp_structs.h683 void (*sctp_cwnd_update_after_sack) (struct sctp_tcb *stcb, member
HDsctp_indata.c3851 asoc->cc_functions.sctp_cwnd_update_after_sack(stcb, asoc, 1, 0, 0); in sctp_express_handle_sack()
4649 …asoc->cc_functions.sctp_cwnd_update_after_sack(stcb, asoc, accum_moved, reneged_all, will_exit_fas… in sctp_handle_sack()