Home
last modified time | relevance | path

Searched refs:pseudo_cumack (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_cc_functions.c746 SCTP_TSN_GE(net->pseudo_cumack, net->fast_recovery_tsn)) { in sctp_cwnd_update_after_sack_common()
1764 SCTP_TSN_GE(net->pseudo_cumack, net->fast_recovery_tsn)) { in sctp_hs_cwnd_update_after_sack()
2156 SCTP_TSN_GE(net->pseudo_cumack, net->fast_recovery_tsn)) { in sctp_htcp_cwnd_update_after_sack()
H A Dsctp_structs.h329 uint32_t pseudo_cumack; /* CMT CUC algorithm. Maintains next expected member
H A Dsctp_uio.h744 uint32_t pseudo_cumack; member
H A Dsctp_indata.c2963 tp1->whoTo->pseudo_cumack = tp1->rec.data.tsn; in sctp_process_segment_range()
3028 if (tp1->rec.data.tsn == tp1->whoTo->pseudo_cumack) { in sctp_process_segment_range()
H A Dsctputil.c330 sctp_clog.x.cwnd.pseudo_cumack = net->pseudo_cumack; in sctp_log_cwnd()