Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_input.c450 tp->t_dupacks = 0; in cc_cong_signal()
1856 tp->t_dupacks = 0; in tcp_do_segment()
2594 tp->t_dupacks = 0; in tcp_do_segment()
2640 tp->t_dupacks = 0; in tcp_do_segment()
2641 } else if (++tp->t_dupacks > tcprexmtthresh || in tcp_do_segment()
2680 } else if (tp->t_dupacks == tcprexmtthresh || in tcp_do_segment()
2694 tp->t_dupacks = tcprexmtthresh; in tcp_do_segment()
2706 tp->t_dupacks = 0; in tcp_do_segment()
2712 tp->t_dupacks = 0; in tcp_do_segment()
2771 (tp->t_dupacks - tp->snd_limited); in tcp_do_segment()
[all …]
H A Dtcp_var.h438 int t_dupacks; /* consecutive dup acks recd */ member
H A Dtcp_usrreq.c1612 ti->tcpi_dupacks = tp->t_dupacks; in tcp_fill_info()
3090 TAILQ_FIRST(&tp->t_segq), tp->t_segqlen, tp->t_dupacks); in db_print_tcpcb()
H A Dtcp_output.c295 (SEQ_LT(tp->snd_nxt, tp->snd_max) && (tp->t_dupacks >= tcprexmtthresh))) && in tcp_default_output()
/freebsd/cddl/lib/libdtrace/
H A Dtcp.d256 tcps_dupacks = p == NULL ? -1 : p->t_dupacks;
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c5760 tp->t_dupacks = 0; in rack_cong_signal()
12802 tp->t_dupacks = 0; in rack_fastack()
16115 tp->t_dupacks = 0; in rack_do_compressed_ack_processing()