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.h880 struct hc_metrics_lite { /* must stay in sync with hc_metrics */ struct
881 uint32_t hc_mtu; /* MTU for this path */
882 uint32_t hc_ssthresh; /* outbound gateway buffer limit */
883 uint32_t hc_rtt; /* estimated round trip time */
884 uint32_t hc_rttvar; /* estimated rtt variance */
885 uint32_t hc_cwnd; /* congestion window */
886 uint32_t hc_sendpipe; /* outbound delay-bandwidth product */
887 uint32_t hc_recvpipe; /* inbound delay-bandwidth product */
H A Dtcp_hostcache.c375 struct hc_metrics_lite *hc_metrics_lite) in tcp_hc_get()