Searched refs:rt_metric (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/net80211/
H A Dieee80211_hwmp.c918 rttran->rt_metric > metric)
924 rttran->rt_metric, metric);
926 rttran->rt_metric = metric;
1022 metric < rtorig->rt_metric)) {
1025 rtorig->rt_metric = metric;
1081 prep.prep_metric = rttarg->rt_metric;
1195 prep.prep_metric =rttarg->rt_metric;
1328 metric > rt->rt_metric) {
1332 metric, rt->rt_metric);
1343 rt->rt_metric, metri
[all...]
H A Dieee80211_mesh.h427 uint32_t rt_metric; /* path metric */ member in struct:ieee80211_mesh_route
H A Dieee80211_ddb.c887 rt->rt_dest, ":", rt->rt_nexthop, ":", rt->rt_metric);
H A Dieee80211_mesh.c1112 rt_dest->rt_metric = rt_gate->rt_metric;
3469 imr->imr_metric = rt->rt_metric;
/freebsd-11-stable/sbin/routed/
H A Dinput.c352 j = (rt->rt_metric
424 j = rt->rt_metric+1;
H A Doutput.c515 metric = RT->rt_metric;
762 || rt->rt_metric+ws.metric >= def_metric) {
767 def_metric = rt->rt_metric+ws.metric;
H A Dtrace.c786 if (rt->rt_metric == new->rts_metric
807 -(new->rts_metric == rt->rt_metric),
849 && RT->rt_poison_metric < RT->rt_metric)
H A Ddefs.h218 #define rt_metric rt_spares[0].rts_metric macro
H A Dif.c1230 || rt->rt_metric > ifp->int_metric) {
1289 || rt->rt_metric > ifp->int_metric)) {
H A Dtable.c1466 metric = RT->rt_metric;
1759 if (rt->rt_metric != new->rts_metric) {

Completed in 251 milliseconds