Searched defs:hc_metrics_lite (Results 1 – 2 of 2) sorted by relevance
894 struct hc_metrics_lite { /* must stay in sync with hc_metrics */ struct895 uint32_t hc_mtu; /* MTU for this path */896 uint32_t hc_ssthresh; /* outbound gateway buffer limit */897 uint32_t hc_rtt; /* estimated round trip time */898 uint32_t hc_rttvar; /* estimated rtt variance */899 uint32_t hc_cwnd; /* congestion window */900 uint32_t hc_sendpipe; /* outbound delay-bandwidth product */901 uint32_t hc_recvpipe; /* inbound delay-bandwidth product */
375 struct hc_metrics_lite *hc_metrics_lite) in tcp_hc_get()