Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c1288 sctp_cwnd_update_after_sack(struct sctp_tcb *stcb, in sctp_cwnd_update_after_sack() function
2324 .sctp_cwnd_update_after_sack = sctp_cwnd_update_after_sack,
2334 .sctp_cwnd_update_after_sack = sctp_hs_cwnd_update_after_sack,
2344 .sctp_cwnd_update_after_sack = sctp_htcp_cwnd_update_after_sack,
2354 .sctp_cwnd_update_after_sack = sctp_cwnd_update_rtcc_after_sack,
H A Dsctp_structs.h700 void (*sctp_cwnd_update_after_sack) (struct sctp_tcb *stcb, member
H A Dsctp_indata.c4195 asoc->cc_functions.sctp_cwnd_update_after_sack(stcb, asoc, 1, 0, 0); in sctp_express_handle_sack()
4940 …asoc->cc_functions.sctp_cwnd_update_after_sack(stcb, asoc, accum_moved, reneged_all, will_exit_fas… in sctp_handle_sack()