Searched defs:hc_metrics_lite (Results 1 – 2 of 2) sorted by relevance
880 struct hc_metrics_lite { /* must stay in sync with hc_metrics */ struct881 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 */
375 struct hc_metrics_lite *hc_metrics_lite) in tcp_hc_get()