Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c110 sctp_cwnd_update_after_fr(struct sctp_tcb *stcb, in sctp_cwnd_update_after_fr() function
2326 .sctp_cwnd_update_after_fr = sctp_cwnd_update_after_fr,
2336 .sctp_cwnd_update_after_fr = sctp_hs_cwnd_update_after_fr,
2346 .sctp_cwnd_update_after_fr = sctp_htcp_cwnd_update_after_fr,
2356 .sctp_cwnd_update_after_fr = sctp_cwnd_update_after_fr,
H A Dsctp_structs.h704 void (*sctp_cwnd_update_after_fr) (struct sctp_tcb *stcb, member
H A Dsctp_indata.c5053 asoc->cc_functions.sctp_cwnd_update_after_fr(stcb, asoc); in sctp_handle_sack()