Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hostcache.h50 struct hc_metrics { struct
54 struct in_addr ip4; /* IP address */
55 struct in6_addr ip6; /* IP6 address */
56 uint32_t ip6_zoneid; /* IPv6 scope zone id */
58 uint32_t rmx_mtu; /* MTU for this path */
60 uint32_t rmx_rtt; /* estimated round trip time */
61 uint32_t rmx_rttvar; /* estimated rtt variance */
62 uint32_t rmx_cwnd; /* congestion window */
66 int rmx_expire; /* lifetime for object */
67 u_long rmx_hits; /* number of hits */
[all …]