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

/freebsd-10.1-release/sys/netinet/
H A Dsctp_cc_functions.c992 sctp_cwnd_update_after_timeout(struct sctp_tcb *stcb, struct sctp_nets *net) function
2306 .sctp_cwnd_update_after_timeout = sctp_cwnd_update_after_timeout,
2316 .sctp_cwnd_update_after_timeout = sctp_cwnd_update_after_timeout,
2326 .sctp_cwnd_update_after_timeout = sctp_htcp_cwnd_update_after_timeout,
2336 .sctp_cwnd_update_after_timeout = sctp_cwnd_update_after_timeout,
H A Dsctp_structs.h678 void (*sctp_cwnd_update_after_timeout) (struct sctp_tcb *stcb, member in struct:sctp_cc_functions
H A Dsctp_timer.c417 stcb->asoc.cc_functions.sctp_cwnd_update_after_timeout(stcb, net);

Completed in 105 milliseconds