Searched refs:sctp_cwnd_update_after_timeout (Results 1 – 3 of 3) sorted by relevance
1013 sctp_cwnd_update_after_timeout(struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_cwnd_update_after_timeout() function2332 .sctp_cwnd_update_after_timeout = sctp_cwnd_update_after_timeout,2342 .sctp_cwnd_update_after_timeout = sctp_cwnd_update_after_timeout,2352 .sctp_cwnd_update_after_timeout = sctp_htcp_cwnd_update_after_timeout,2362 .sctp_cwnd_update_after_timeout = sctp_cwnd_update_after_timeout,
676 void (*sctp_cwnd_update_after_timeout) (struct sctp_tcb *stcb, member
420 stcb->asoc.cc_functions.sctp_cwnd_update_after_timeout(stcb, net); in sctp_backoff_on_timeout()