Lines Matching defs:rt_metrics
31 struct rt_metrics { struct
32 u_long rmx_locks; /* Kernel must leave these values alone */
33 u_long rmx_mtu; /* MTU for this path */
34 u_long rmx_hopcount; /* max hops expected */
35 u_long rmx_expire; /* lifetime for route, e.g. redirect */
36 u_long rmx_recvpipe; /* inbound delay-bandwith product */
37 u_long rmx_sendpipe; /* outbound delay-bandwith product */
38 u_long rmx_ssthresh; /* outbound gateway buffer limit */
39 u_long rmx_rtt; /* estimated round trip time */
40 u_long rmx_rttvar; /* estimated rtt variance */
41 u_long rmx_pksent; /* packets sent using this route */