Searched refs:cwnd_at_bw_set (Results 1 – 2 of 2) sorted by relevance
363 net->cc_mod.rtcc.cwnd_at_bw_set = net->cwnd; in cc_bw_same()431 if ((net->cwnd > net->cc_mod.rtcc.cwnd_at_bw_set) && in cc_bw_decrease()563 net->cc_mod.rtcc.cwnd_at_bw_set = net->cwnd; in cc_bw_decrease()619 net->cc_mod.rtcc.cwnd_at_bw_set = net->cwnd; in cc_bw_increase()1456 net->cc_mod.rtcc.cwnd_at_bw_set = 0; in sctp_cwnd_new_rtcc_transmission_begins()1517 net->cc_mod.rtcc.cwnd_at_bw_set = 0; in sctp_set_rtcc_initial_cc_param()
284 uint32_t cwnd_at_bw_set; /* Cwnd at last bw saved - lbw */ member