Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c1012 sctp_cwnd_update_after_timeout(struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_cwnd_update_after_timeout() function
2327 .sctp_cwnd_update_after_timeout = sctp_cwnd_update_after_timeout,
2337 .sctp_cwnd_update_after_timeout = sctp_cwnd_update_after_timeout,
2347 .sctp_cwnd_update_after_timeout = sctp_htcp_cwnd_update_after_timeout,
2357 .sctp_cwnd_update_after_timeout = sctp_cwnd_update_after_timeout,
H A Dsctp_structs.h706 void (*sctp_cwnd_update_after_timeout) (struct sctp_tcb *stcb, member
H A Dsctp_timer.c435 stcb->asoc.cc_functions.sctp_cwnd_update_after_timeout(stcb, net); in sctp_backoff_on_timeout()