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

/freebsd-13-stable/sys/netgraph/
H A Dng_l2tp.c121 * - If cwnd < ssth, we're doing slow start, otherwise congestion avoidance
140 u_int16_t ssth; /* slow start threshold */ member in struct:l2tp_seq
1203 seq->ssth = seq->wmax;
1298 seq->ssth = seq->wmax;
1353 if (seq->cwnd < seq->ssth) {
1356 if (seq->cwnd > seq->ssth) { /* into cg.av. phase */
1357 nack = seq->cwnd - seq->ssth;
1358 seq->cwnd = seq->ssth;
1363 if (seq->cwnd >= seq->ssth) {
1482 seq->ssth
[all...]

Completed in 23 milliseconds