Lines Matching refs:rts_metric
1029 new.rts_metric = k->k_metric; in kern_check_static()
1282 new.rts_metric = HOPCNT_INFINITY - 1; in rtm_lose()
2072 if (rts->rts_metric == metric) { in walk_kern()
2324 rts->rts_metric = HOPCNT_INFINITY; in rtadd()
2366 if (rt->rt_metric != new->rts_metric) { in rtchange()
2372 if (new->rts_metric == HOPCNT_INFINITY) { in rtchange()
2455 if (swap.rts_metric == HOPCNT_INFINITY) { in rtswitch()
2538 new.rts_metric = HOPCNT_INFINITY; in rtbad()
2650 if (rts->rts_metric < HOPCNT_INFINITY && in walk_bad()
2670 RT->rt_spares[0].rts_metric = HOPCNT_INFINITY; in walk_bad()
2703 if ((rts->rts_metric += wire->metric_delta) > in walk_rewire()
2705 rts->rts_metric = HOPCNT_INFINITY; in walk_rewire()
2764 (rts->rts_metric < HOPCNT_INFINITY && in walk_age()
2789 new.rts_metric = HOPCNT_INFINITY; in walk_age()