Searched refs:routes_max (Results 1 – 3 of 3) sorted by relevance
13 unsigned routes_max(void);
19 unsigned routes_max(void) { in routes_max() function
69 if (hashmap_size(network->routes_by_section) >= routes_max()) in route_new_static()1258 if (set_size(link->routes) >= routes_max()) in route_is_ready_to_configure()