Searched refs:max_cwnd (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/netinet/cc/
H A Dcc_cubic.c86 unsigned long max_cwnd; member in struct:cubic
149 cubic_data->mean_rtt_ticks, cubic_data->max_cwnd,
153 cubic_data->mean_rtt_ticks, cubic_data->max_cwnd,
184 * max_cwnd.
187 cubic_data->max_cwnd < CCV(ccv, snd_cwnd))
188 cubic_data->max_cwnd = CCV(ccv, snd_cwnd);
237 cubic_data->prev_max_cwnd = cubic_data->max_cwnd;
238 cubic_data->max_cwnd = CCV(ccv, snd_cwnd);
248 cubic_data->prev_max_cwnd = cubic_data->max_cwnd;
249 cubic_data->max_cwnd
[all...]
/freebsd-9.3-release/sys/netinet/
H A Dsctp_timer.c176 uint32_t max_cwnd = 0; local
253 if (max_cwnd < mnet->cwnd) {
255 max_cwnd = mnet->cwnd;
256 } else if (max_cwnd == mnet->cwnd) {
273 max_cwnd = mnet->cwnd; /* Useless? */
300 if (max_cwnd < mnet->cwnd) {
302 max_cwnd = mnet->cwnd;
303 } else if (max_cwnd == mnet->cwnd) {
321 max_cwnd = mnet->cwnd;

Completed in 100 milliseconds