Lines Matching refs:routes
65 static struct rt *routes; variable
466 f = find_route(routes, rt, &l, NULL); in route_deleted()
473 routes = f->next; in route_deleted()
583 if (iface->state->options->routes != NULL) { in get_routes()
584 for (rt = iface->state->options->routes; in get_routes()
713 if ((or = find_route(routes, rt, &rtl, NULL))) { in build_routes()
725 routes = or->next; in build_routes()
743 for (rt = routes; rt; rt = rt->next) { in build_routes()
748 free_routes(routes); in build_routes()
749 routes = nrs; in build_routes()
827 if (!find_route(routes, rt, NULL, NULL)) in configure()