Lines Matching defs:rt_metrics
77 struct rt_metrics { struct
78 uint64_t rmx_locks; /* Kernel must leave these values alone */
79 uint64_t rmx_mtu; /* MTU for this path */
80 uint64_t rmx_hopcount; /* max hops expected */
81 uint64_t rmx_recvpipe; /* inbound delay-bandwidth product */
82 uint64_t rmx_sendpipe; /* outbound delay-bandwidth product */
83 uint64_t rmx_ssthresh; /* outbound gateway buffer limit */
84 uint64_t rmx_rtt; /* estimated round trip time */
85 uint64_t rmx_rttvar; /* estimated rtt variance */
86 time_t rmx_expire; /* lifetime for route, e.g. redirect */
87 time_t rmx_pksent; /* packets sent using this route */