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

/freebsd-11-stable/sys/netinet/
H A Dsctp_cc_functions.c112 uint32_t t_ssthresh, t_cwnd; local
117 t_cwnd = 0;
123 t_cwnd += net->cwnd;
182 if ((net->cwnd > t_cwnd / 2) &&
183 (net->ssthresh < net->cwnd - t_cwnd / 2)) {
184 net->ssthresh = net->cwnd - t_cwnd / 2;
688 uint32_t t_ssthresh, t_cwnd, incr; local
697 t_cwnd = 0;
707 t_cwnd += net->cwnd;
1017 uint32_t t_ssthresh, t_cwnd; local
[all...]

Completed in 44 milliseconds