Home
last modified time | relevance | path

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

/trueos/sys/netgraph/
HDng_l2tp.c140 u_int16_t ssth; /* slow start threshold */ member
1203 seq->ssth = seq->wmax; in ng_l2tp_seq_init()
1298 seq->ssth = seq->wmax; in ng_l2tp_seq_reset()
1354 if (seq->cwnd < seq->ssth) { in ng_l2tp_seq_recv_nr()
1357 if (seq->cwnd > seq->ssth) { /* into cg.av. phase */ in ng_l2tp_seq_recv_nr()
1358 nack = seq->cwnd - seq->ssth; in ng_l2tp_seq_recv_nr()
1359 seq->cwnd = seq->ssth; in ng_l2tp_seq_recv_nr()
1364 if (seq->cwnd >= seq->ssth) { in ng_l2tp_seq_recv_nr()
1480 seq->ssth = (seq->cwnd + 1) / 2; in ng_l2tp_seq_rack_timeout()
1592 CHECK(seq->ssth >= 1); in ng_l2tp_seq_check()
[all …]