Home
last modified time | relevance | path

Searched refs:t_dupacks (Results 1 – 3 of 3) sorted by last modified time

/original-bsd/sys/netinet/
H A Dtcp_input.c934 tp->t_dupacks = 0;
935 else if (++tp->t_dupacks == tcprexmtthresh) {
950 tp->t_maxseg * tp->t_dupacks;
954 } else if (tp->t_dupacks > tcprexmtthresh) {
960 tp->t_dupacks = 0;
967 if (tp->t_dupacks > tcprexmtthresh &&
970 tp->t_dupacks = 0;
H A Dtcp_var.h24 short t_dupacks; /* consecutive dup acks recd */ member
H A Dtcp_timer.c232 tp->t_dupacks = 0;