Home
last modified time | relevance | path

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

/netbsd/sys/net/
H A Droute.h77 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 */
[all …]
/netbsd/sbin/route/
H A Droute.c134 struct rt_metrics rt_metrics; variable