Home
last modified time | relevance | path

Searched refs:t_rtttime (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_input.c1820 } else if (tp->t_rtttime && in tcp_do_segment()
1823 tp->t_rttlow > ticks - tp->t_rtttime) in tcp_do_segment()
1824 tp->t_rttlow = ticks - tp->t_rtttime; in tcp_do_segment()
1826 ticks - tp->t_rtttime); in tcp_do_segment()
2721 tp->t_rtttime = 0; in tcp_do_segment()
2882 tp->t_rtttime = 0; in tcp_do_segment()
2985 } else if (tp->t_rtttime && SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_segment()
2986 if (!tp->t_rttlow || tp->t_rttlow > ticks - tp->t_rtttime) in tcp_do_segment()
2987 tp->t_rttlow = ticks - tp->t_rtttime; in tcp_do_segment()
2988 tcp_xmit_timer(tp, ticks - tp->t_rtttime); in tcp_do_segment()
[all …]
H A Dtcp_timer.c811 tp->t_rtttime = 0; in tcp_timer_rexmt()
H A Dtcp_output.c1574 if (tp->t_rtttime == 0) { in tcp_default_output()
1575 tp->t_rtttime = ticks; in tcp_default_output()
H A Dtcp_sack.c967 tp->t_rtttime = 0; in tcp_sack_partialack()
H A Dtcp_var.h399 u_int t_rtttime; /* RTT measurement start time */ member
H A Dtcp_usrreq.c3141 tp->t_rtttime, tp->t_rtseq); in db_print_tcpcb()
H A Dtcp_subr.c3351 tp->t_rtttime = 0; in tcp_mtudisc()
/freebsd/cddl/lib/libdtrace/
H A Dtcp.d257 tcps_rtttime = p == NULL ? -1 : p->t_rtttime;
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c7930 tp->t_rtttime = 0; in rack_timeout_rxt()
18942 if (tp->t_rtttime == 0) { in rack_fast_rsm_output()
18943 tp->t_rtttime = ticks; in rack_fast_rsm_output()
19500 if (tp->t_rtttime == 0) { in rack_fast_output()
19501 tp->t_rtttime = ticks; in rack_fast_output()
22236 if (tp->t_rtttime == 0) { in rack_output()
22237 tp->t_rtttime = ticks; in rack_output()
H A Dbbr.c5170 tp->t_rtttime = 0; in bbr_timeout_rxt()