Searched refs:oiface_conf (Results 1 – 1 of 1) sorted by relevance
1250 struct iface_conf *iface_conf, *oiface_conf; in changed_ifaces() local1267 oiface_conf = find_iface_conf(&oconf->iface_list, in changed_ifaces()1269 if (oiface_conf == NULL) { in changed_ifaces()1272 } else if (iface_conf_cmp(iface_conf, oiface_conf) != 0) { in changed_ifaces()1277 SIMPLEQ_FOREACH(oiface_conf, &oconf->iface_list, entry) { in changed_ifaces()1278 if ((if_index = if_nametoindex(oiface_conf->name)) == 0) in changed_ifaces()1280 if (find_iface_conf(&nconf->iface_list, oiface_conf->name) == in changed_ifaces()