Home
last modified time | relevance | path

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

/freebsd-head/sys/netinet/
HDsctp_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()
HDsctp_structs.h329 uint32_t pseudo_cumack; /* CMT CUC algorithm. Maintains next expected member
HDsctp_uio.h744 uint32_t pseudo_cumack; member
HDsctp_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()
HDsctputil.c330 sctp_clog.x.cwnd.pseudo_cumack = net->pseudo_cumack; in sctp_log_cwnd()