Home
last modified time | relevance | path

Searched refs:cwnd_at_bw_set (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_cc_functions.c340 net->cc_mod.rtcc.cwnd_at_bw_set = net->cwnd; in cc_bw_same()
397 if ((net->cwnd > net->cc_mod.rtcc.cwnd_at_bw_set) && in cc_bw_decrease()
519 net->cc_mod.rtcc.cwnd_at_bw_set = net->cwnd; in cc_bw_decrease()
563 net->cc_mod.rtcc.cwnd_at_bw_set = net->cwnd; in cc_bw_increase()
1357 net->cc_mod.rtcc.cwnd_at_bw_set = 0; in sctp_cwnd_new_rtcc_transmission_begins()
1420 net->cc_mod.rtcc.cwnd_at_bw_set = 0; in sctp_set_rtcc_initial_cc_param()
H A Dsctp_structs.h228 uint32_t cwnd_at_bw_set; /* Cwnd at last bw saved - lbw */ member