Searched refs:rmx_weight (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/net/
H A Dradix_mpath.c88 i += rt->rt_rmx.rmx_weight;
233 weight >= rt->rt_rmx.rmx_weight && rn;
234 weight -= rt->rt_rmx.rmx_weight) {
H A Droute.h68 u_long rmx_weight; /* absolute weight */ member in struct:rt_metrics_lite
82 u_long rmx_weight; /* route weight */ member in struct:rt_metrics
H A Drtsock.c968 metric(RTV_WEIGHT, rmx_weight);
982 metric(rmx_weight);
H A Droute.c1284 rt->rt_rmx.rmx_weight = 1;
/freebsd-9.3-release/sbin/route/
H A Droute.c781 caseof(K_WEIGHT, RTV_WEIGHT, rmx_weight);
1838 printf("%8ld%c ", rtm->rtm_rmx.rmx_weight, lock(WEIGHT));

Completed in 179 milliseconds