Searched refs:sctp_cwnd_update_after_output (Results 1 – 3 of 3) sorted by relevance
1267 sctp_cwnd_update_after_output(struct sctp_tcb *stcb, in sctp_cwnd_update_after_output() function2331 .sctp_cwnd_update_after_output = sctp_cwnd_update_after_output,2341 .sctp_cwnd_update_after_output = sctp_cwnd_update_after_output,2351 .sctp_cwnd_update_after_output = sctp_cwnd_update_after_output,2361 .sctp_cwnd_update_after_output = sctp_cwnd_update_after_output,
715 void (*sctp_cwnd_update_after_output) (struct sctp_tcb *stcb, member
10193 asoc->cc_functions.sctp_cwnd_update_after_output(stcb, net, asoc->max_burst); in sctp_chunk_output()