Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_structs.h721 void (*sctp_cwnd_prepare_net_for_sack) (struct sctp_tcb *stcb, member
H A Dsctp_indata.c3984 if (stcb->asoc.cc_functions.sctp_cwnd_prepare_net_for_sack) { in sctp_express_handle_sack()
3985 (*stcb->asoc.cc_functions.sctp_cwnd_prepare_net_for_sack) (stcb, net); in sctp_express_handle_sack()
4588 if (stcb->asoc.cc_functions.sctp_cwnd_prepare_net_for_sack) { in sctp_handle_sack()
4589 (*stcb->asoc.cc_functions.sctp_cwnd_prepare_net_for_sack) (stcb, net); in sctp_handle_sack()
H A Dsctp_cc_functions.c2364 .sctp_cwnd_prepare_net_for_sack = sctp_cwnd_prepare_rtcc_net_for_sack,