Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/net/
Droute.h64 struct rt_metrics { struct
65 u_long rmx_locks; /* Kernel must leave these values alone */
66 u_long rmx_mtu; /* MTU for this path */
67 u_long rmx_hopcount; /* max hops expected */
68 u_long rmx_expire; /* lifetime for route, e.g. redirect */
69 u_long rmx_recvpipe; /* inbound delay-bandwidth product */
70 u_long rmx_sendpipe; /* outbound delay-bandwidth product */
71 u_long rmx_ssthresh; /* outbound gateway buffer limit */
72 u_long rmx_rtt; /* estimated round trip time */
73 u_long rmx_rttvar; /* estimated rtt variance */
[all …]