Searched refs:pseudo_cumack (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/sys/netinet/
H A Dsctputil.c331 sctp_clog.x.cwnd.pseudo_cumack = net->pseudo_cumack;
H A Dsctp_structs.h317 uint32_t pseudo_cumack; /* CMT CUC algorithm. Maintains next expected member in struct:sctp_nets
H A Dsctp_indata.c3010 tp1->whoTo->pseudo_cumack = tp1->rec.data.tsn;
3070 * new_(rtx_)pseudo_cumack to TRUE so that the cwnd for this dest can be
3072 * Separate pseudo_cumack trackers for first transmissions and
3075 if (tp1->rec.data.tsn == tp1->whoTo->pseudo_cumack) {
3713 * (rtx-)pseudo_cumack needs to be tracked
4122 * find_(rtx_)pseudo_cumack will
4743 * find_(rtx_)pseudo_cumack will
H A Dsctp_cc_functions.c746 SCTP_TSN_GE(net->pseudo_cumack, net->fast_recovery_tsn)) {
1771 SCTP_TSN_GE(net->pseudo_cumack, net->fast_recovery_tsn)) {
2167 SCTP_TSN_GE(net->pseudo_cumack, net->fast_recovery_tsn)) {
H A Dsctp_uio.h747 uint32_t pseudo_cumack; member in struct:sctp_cwnd_args

Completed in 134 milliseconds