Searched defs:rt_metrics (Results 1 – 2 of 2) sorted by relevance
69 struct rt_metrics { struct70 uint64_t rmx_locks; /* Kernel must leave these values alone */71 uint64_t rmx_mtu; /* MTU for this path */72 uint64_t rmx_hopcount; /* max hops expected */73 uint64_t rmx_recvpipe; /* inbound delay-bandwidth product */74 uint64_t rmx_sendpipe; /* outbound delay-bandwidth product */75 uint64_t rmx_ssthresh; /* outbound gateway buffer limit */76 uint64_t rmx_rtt; /* estimated round trip time */77 uint64_t rmx_rttvar; /* estimated rtt variance */78 time_t rmx_expire; /* lifetime for route, e.g. redirect */[all …]
133 struct rt_metrics rt_metrics; variable