Home
last modified time | relevance | path

Searched refs:new_pseudo_cumack (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c743 if (net->fast_retran_loss_recovery && net->new_pseudo_cumack) { in sctp_cwnd_update_after_sack_common()
829 ((asoc->sctp_cmt_on_off > 0) && net->new_pseudo_cumack)) { in sctp_cwnd_update_after_sack_common()
1761 if (net->fast_retran_loss_recovery && net->new_pseudo_cumack) { in sctp_hs_cwnd_update_after_sack()
1801 ((asoc->sctp_cmt_on_off > 0) && net->new_pseudo_cumack)) { in sctp_hs_cwnd_update_after_sack()
2153 if (net->fast_retran_loss_recovery && net->new_pseudo_cumack) { in sctp_htcp_cwnd_update_after_sack()
2193 ((asoc->sctp_cmt_on_off > 0) && net->new_pseudo_cumack)) { in sctp_htcp_cwnd_update_after_sack()
H A Dsctp_indata.c3042 tp1->whoTo->new_pseudo_cumack = 1; in sctp_process_segment_range()
3051 tp1->whoTo->new_pseudo_cumack = 1; in sctp_process_segment_range()
3982 net->new_pseudo_cumack = 0; in sctp_express_handle_sack()
4084 tp1->whoTo->new_pseudo_cumack = 1; in sctp_express_handle_sack()
4586 net->new_pseudo_cumack = 0; in sctp_handle_sack()
4682 tp1->whoTo->new_pseudo_cumack = 1; in sctp_handle_sack()
4752 if (net->new_pseudo_cumack) in sctp_handle_sack()
H A Dsctp_structs.h373 uint8_t new_pseudo_cumack; /* CMT CUC algorithm. Flag used to member
H A Dsctputil.c334 sctp_clog.x.cwnd.meets_pseudo_cumack = net->new_pseudo_cumack; in sctp_log_cwnd()