Lines Matching refs:int_metric
884 ifs.int_metric = 0; in ifinit()
886 ifs.int_metric = ifr.ifr_metric; in ifinit()
889 ifs.int_metric = ifam->ifam_metric; in ifinit()
891 if (ifs.int_metric > HOPCNT_INFINITY) { in ifinit()
892 ifs.int_metric = 0; in ifinit()
897 ifs.int_name, ifs.int_metric); in ifinit()
923 || ifp->int_metric != ifs.int_metric) { in ifinit()
1229 || rt->rt_metric > ifp->int_metric) { in ifinit()
1287 || rt->rt_metric > ifp->int_metric)) { in check_net_syn()
1295 new.rts_metric = ifp->int_metric; in check_net_syn()
1343 new.rts_metric = ifp->int_metric; in addrouteforif()