Home
last modified time | relevance | path

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

/src/sys/netgraph/
H A Dng_l2tp.c141 u_int16_t ssth; /* slow start threshold */ member
1193 seq->ssth = seq->wmax; in ng_l2tp_seq_init()
1289 seq->ssth = seq->wmax; in ng_l2tp_seq_reset()
1338 if (seq->cwnd < seq->ssth) { in ng_l2tp_seq_recv_nr()
1341 if (seq->cwnd > seq->ssth) { /* into cg.av. phase */ in ng_l2tp_seq_recv_nr()
1342 nack = seq->cwnd - seq->ssth; in ng_l2tp_seq_recv_nr()
1343 seq->cwnd = seq->ssth; in ng_l2tp_seq_recv_nr()
1348 if (seq->cwnd >= seq->ssth) { in ng_l2tp_seq_recv_nr()
1463 seq->ssth = (seq->cwnd + 1) / 2; in ng_l2tp_seq_rack_timeout()
1586 CHECK(seq->ssth >= 1); in ng_l2tp_seq_check()
[all …]