Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDtcp_input.c489 tp->t_dupacks = 0; in cc_cong_signal()
1921 tp->t_dupacks = 0; in tcp_do_segment()
2615 tp->t_dupacks = 0; in tcp_do_segment()
2661 tp->t_dupacks = 0; in tcp_do_segment()
2662 else if (++tp->t_dupacks > tcprexmtthresh || in tcp_do_segment()
2694 } else if (tp->t_dupacks == tcprexmtthresh || in tcp_do_segment()
2708 tp->t_dupacks = tcprexmtthresh; in tcp_do_segment()
2721 tp->t_dupacks = 0; in tcp_do_segment()
2727 tp->t_dupacks = 0; in tcp_do_segment()
2749 tp->t_dupacks) * maxseg); in tcp_do_segment()
[all …]
HDtcp_var.h244 int t_dupacks; /* consecutive dup acks recd */ member
HDtcp_usrreq.c1679 ti->tcpi_dupacks = tp->t_dupacks; in tcp_fill_info()
2865 TAILQ_FIRST(&tp->t_segq), tp->t_segqlen, tp->t_dupacks); in db_print_tcpcb()
/freebsd-13-stable/cddl/lib/libdtrace/
HDtcp.d254 tcps_dupacks = p == NULL ? -1 : p->t_dupacks;
/freebsd-13-stable/sys/netinet/tcp_stacks/
HDrack.c4915 tp->t_dupacks = 0; in rack_cong_signal()
10764 tp->t_dupacks = 0; in rack_fastack()
13314 tp->t_dupacks = 0; in rack_do_compressed_ack_processing()