Searched refs:t_rtttime (Results 1 – 10 of 10) sorted by relevance
1820 } 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 …]
811 tp->t_rtttime = 0; in tcp_timer_rexmt()
1574 if (tp->t_rtttime == 0) { in tcp_default_output()1575 tp->t_rtttime = ticks; in tcp_default_output()
967 tp->t_rtttime = 0; in tcp_sack_partialack()
399 u_int t_rtttime; /* RTT measurement start time */ member
3141 tp->t_rtttime, tp->t_rtseq); in db_print_tcpcb()
3351 tp->t_rtttime = 0; in tcp_mtudisc()
257 tcps_rtttime = p == NULL ? -1 : p->t_rtttime;
7930 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()
5170 tp->t_rtttime = 0; in bbr_timeout_rxt()