Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hostcache.c100 struct hc_metrics { struct
103 struct in_addr ip4; /* IP address */
104 struct in6_addr ip6; /* IP6 address */
105 uint32_t ip6_zoneid; /* IPv6 scope zone id */
107 uint32_t hc_mtu; /* MTU for this path */
108 uint32_t hc_ssthresh; /* outbound gateway buffer limit */
109 uint32_t hc_rtt; /* estimated round trip time */
110 uint32_t hc_rttvar; /* estimated rtt variance */
111 uint32_t hc_cwnd; /* congestion window */
112 uint32_t hc_sendpipe; /* outbound delay-bandwidth product */
[all …]