Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_input.c471 tp->t_dupacks = 0; in cc_cong_signal()
1843 tp->t_dupacks = 0; in tcp_do_segment()
2527 tp->t_dupacks = 0; in tcp_do_segment()
2573 tp->t_dupacks = 0; in tcp_do_segment()
2660 tp->t_dupacks = 0; in tcp_do_segment()
2666 tp->t_dupacks = 0; in tcp_do_segment()
2724 KASSERT(tp->t_dupacks == 1 || in tcp_do_segment()
2725 tp->t_dupacks == 2, in tcp_do_segment()
2728 if (tp->t_dupacks == 1) in tcp_do_segment()
2766 tp->t_dupacks = 0; in tcp_do_segment()
[all …]
H A Dtcp_var.h247 int t_dupacks; /* consecutive dup acks recd */ member
H A Dtcp_usrreq.c2950 TAILQ_FIRST(&tp->t_segq), tp->t_segqlen, tp->t_dupacks); in db_print_tcpcb()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h247 int t_dupacks; /* consecutive dup acks recd */ member
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c4027 tp->t_dupacks = 0; in rack_cong_signal()
9115 tp->t_dupacks = 0; in rack_fastack()