Searched refs:ssth (Results 1 – 1 of 1) sorted by relevance
140 u_int16_t ssth; /* slow start threshold */ member1203 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 …]