Home
last modified time | relevance | path

Searched defs:hc_metrics_lite (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_var.h909 struct hc_metrics_lite { /* must stay in sync with hc_metrics */ struct
910 uint32_t hc_mtu; /* MTU for this path */
911 uint32_t hc_ssthresh; /* outbound gateway buffer limit */
912 uint32_t hc_rtt; /* estimated round trip time */
913 uint32_t hc_rttvar; /* estimated rtt variance */
914 uint32_t hc_cwnd; /* congestion window */
915 uint32_t hc_sendpipe; /* outbound delay-bandwidth product */
916 uint32_t hc_recvpipe; /* inbound delay-bandwidth product */
H A Dtcp_hostcache.c375 struct hc_metrics_lite *hc_metrics_lite) in tcp_hc_get()