Searched refs:sctp_cwnd_update_after_fr (Results 1 – 3 of 3) sorted by relevance
110 sctp_cwnd_update_after_fr(struct sctp_tcb *stcb, in sctp_cwnd_update_after_fr() function2326 .sctp_cwnd_update_after_fr = sctp_cwnd_update_after_fr,2336 .sctp_cwnd_update_after_fr = sctp_hs_cwnd_update_after_fr,2346 .sctp_cwnd_update_after_fr = sctp_htcp_cwnd_update_after_fr,2356 .sctp_cwnd_update_after_fr = sctp_cwnd_update_after_fr,
704 void (*sctp_cwnd_update_after_fr) (struct sctp_tcb *stcb, member
5053 asoc->cc_functions.sctp_cwnd_update_after_fr(stcb, asoc); in sctp_handle_sack()