Searched refs:t_rttlow (Results 1 – 5 of 5) sorted by relevance
1803 if (!tp->t_rttlow || tp->t_rttlow > t) in tcp_do_segment()1804 tp->t_rttlow = t; in tcp_do_segment()1809 if (!tp->t_rttlow || in tcp_do_segment()1810 tp->t_rttlow > ticks - tp->t_rtttime) in tcp_do_segment()1811 tp->t_rttlow = ticks - tp->t_rtttime; in tcp_do_segment()2873 if (!tp->t_rttlow || tp->t_rttlow > t) in tcp_do_segment()2874 tp->t_rttlow = t; in tcp_do_segment()2877 if (!tp->t_rttlow || tp->t_rttlow > ticks - tp->t_rtttime) in tcp_do_segment()2878 tp->t_rttlow = ticks - tp->t_rtttime; in tcp_do_segment()
232 int t_rttlow; /* smallest observerved RTT */ member
3054 tp->t_rttlow, tp->rfbuf_ts, tp->rfbuf_cnt); in db_print_tcpcb()
6661 if (!tp->t_rttlow || tp->t_rttlow > t) in rack_update_rtt()6662 tp->t_rttlow = t; in rack_update_rtt()6735 if (!tp->t_rttlow || tp->t_rttlow > t) in rack_update_rtt()6736 tp->t_rttlow = t; in rack_update_rtt()9321 if (!tp->t_rttlow || tp->t_rttlow > t) in rack_do_syn_sent()9322 tp->t_rttlow = t; in rack_do_syn_sent()9522 if (!tp->t_rttlow || tp->t_rttlow > t) in rack_do_syn_recv()9523 tp->t_rttlow = t; in rack_do_syn_recv()