Lines Matching refs:int_metric
871 ifs.int_metric = 0; in ifinit()
873 ifs.int_metric = ifr.ifr_metric; in ifinit()
876 ifs.int_metric = ifam->ifam_metric; in ifinit()
878 if (ifs.int_metric > HOPCNT_INFINITY) { in ifinit()
879 ifs.int_metric = 0; in ifinit()
884 ifs.int_name, ifs.int_metric); in ifinit()
910 || ifp->int_metric != ifs.int_metric) { in ifinit()
1207 || rt->rt_metric > ifp->int_metric) { in ifinit()
1266 || rt->rt_metric > ifp->int_metric)) { in check_net_syn()
1274 new.rts_metric = ifp->int_metric; in check_net_syn()
1322 new.rts_metric = ifp->int_metric; in addrouteforif()