Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_input.c1816 if (!tp->t_rttlow || tp->t_rttlow > t) in tcp_do_segment()
1817 tp->t_rttlow = t; in tcp_do_segment()
1822 if (!tp->t_rttlow || 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()
2982 if (!tp->t_rttlow || tp->t_rttlow > t) in tcp_do_segment()
2983 tp->t_rttlow = t; 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()
H A Dtcp_subr.c4206 tp->t_rttlow = TICKS_2_USEC(tp->t_rttlow); in tcp_change_time_units()
4295 tp->t_rttlow = USEC_2_TICKS(tp->t_rttlow); in tcp_change_time_units()
H A Dtcp_var.h424 int t_rttlow; /* smallest observerved RTT */ member
H A Dtcp_usrreq.c1613 ti->tcpi_rttmin = tp->t_rttlow; in tcp_fill_info()
3189 tp->t_rttlow, tp->rfbuf_ts, tp->rfbuf_cnt); in db_print_tcpcb()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c8877 if (!tp->t_rttlow || tp->t_rttlow > t) in rack_update_rtt()
8878 tp->t_rttlow = t; in rack_update_rtt()
9009 if (!tp->t_rttlow || tp->t_rttlow > t) in rack_update_rtt()
9010 tp->t_rttlow = t; in rack_update_rtt()
13025 if (!tp->t_rttlow || tp->t_rttlow > t) in rack_do_syn_sent()
13026 tp->t_rttlow = t; in rack_do_syn_sent()
13240 if (!tp->t_rttlow || tp->t_rttlow > t) in rack_do_syn_recv()
13241 tp->t_rttlow = t; in rack_do_syn_recv()
24390 ti->tcpi_rttmin = tp->t_rttlow; in rack_fill_info()