Home
last modified time | relevance | path

Searched refs:rmx_rtt (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_hostcache.c465 hc_metrics_lite->rmx_rtt = hc_entry->rmx_rtt; in tcp_hc_get()
566 if (hcml->rmx_rtt != 0) { in tcp_hc_update()
567 if (hc_entry->rmx_rtt == 0) in tcp_hc_update()
568 hc_entry->rmx_rtt = hcml->rmx_rtt; in tcp_hc_update()
570 hc_entry->rmx_rtt = ((uint64_t)hc_entry->rmx_rtt + in tcp_hc_update()
571 (uint64_t)hcml->rmx_rtt) / 2; in tcp_hc_update()
665 msec((u_long)hc_entry->rmx_rtt * in sysctl_tcp_hc_list()
H A Dtcp_hostcache.h60 uint32_t rmx_rtt; /* estimated round trip time */ member
H A Dtcp_var.h481 uint32_t rmx_rtt; /* estimated round trip time */ member
H A Dtcp_subr.c1999 metrics.rmx_rtt = tp->t_srtt; in tcp_discardcb()
H A Dtcp_input.c396 if (tp->t_srtt == 0 && (rtt = metrics.rmx_rtt)) { in cc_conn_init()
/f-stack/freebsd/net/
H A Droute.h88 u_long rmx_rtt; /* estimated round trip time */ member
/f-stack/tools/compat/include/net/
H A Droute.h86 u_long rmx_rtt; /* estimated round trip time */ member
/f-stack/tools/route/
H A Droute.c845 caseof(K_RTT, RTV_RTT, rmx_rtt); in set_metric()
1867 printf("%8lu%c ", msec(rtm->rtm_rmx.rmx_rtt), lock(RTT));
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h481 uint32_t rmx_rtt; /* estimated round trip time */ member