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

/freebsd-12-stable/sys/netinet/
H A Dsctp_cc_functions.c110 sctp_cwnd_update_after_fr(struct sctp_tcb *stcb, function
2337 .sctp_cwnd_update_after_fr = sctp_cwnd_update_after_fr,
2347 .sctp_cwnd_update_after_fr = sctp_hs_cwnd_update_after_fr,
2357 .sctp_cwnd_update_after_fr = sctp_htcp_cwnd_update_after_fr,
2367 .sctp_cwnd_update_after_fr = sctp_cwnd_update_after_fr,
H A Dsctp_structs.h711 void (*sctp_cwnd_update_after_fr) (struct sctp_tcb *stcb, member in struct:sctp_cc_functions
H A Dsctp_indata.c5076 asoc->cc_functions.sctp_cwnd_update_after_fr(stcb, asoc);

Completed in 159 milliseconds