Searched defs:rt_metrics (Results 1 – 2 of 2) sorted by relevance
31 struct rt_metrics { struct32 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 */[all …]
68 struct rt_metrics rt_metrics; variable