Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_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()
1353 if (seq->cwnd < seq->ssth) { in ng_l2tp_seq_recv_nr()
1357 nack = seq->cwnd - seq->ssth; in ng_l2tp_seq_recv_nr()
1358 seq->cwnd = seq->ssth; in ng_l2tp_seq_recv_nr()
1363 if (seq->cwnd >= seq->ssth) { in ng_l2tp_seq_recv_nr()
1482 seq->ssth = (seq->cwnd + 1) / 2; in ng_l2tp_seq_rack_timeout()
1604 CHECK(seq->ssth >= 1); in ng_l2tp_seq_check()
1605 CHECK(seq->ssth <= seq->wmax); in ng_l2tp_seq_check()
[all …]