Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_input.c241 tp->t_dupacks = 0; in cc_cong_signal()
1209 tp->t_dupacks = 0; in tcp_do_segment()
1913 tp->t_dupacks = 0; in tcp_do_segment()
1946 tp->t_dupacks = 0; in tcp_do_segment()
1947 else if (++tp->t_dupacks > tcprexmtthresh || in tcp_do_segment()
1974 } else if (tp->t_dupacks == tcprexmtthresh) { in tcp_do_segment()
1986 tp->t_dupacks = 0; in tcp_do_segment()
1992 tp->t_dupacks = 0; in tcp_do_segment()
2017 (tp->t_dupacks - tp->snd_limited); in tcp_do_segment()
2047 KASSERT(tp->t_dupacks == 1 || in tcp_do_segment()
[all …]
Dtcp_var.h213 int32_t t_dupacks; /* consecutive dup acks recd */ member