Searched refs:tipc_node_has_active_routes (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dnode.c214 static int tipc_node_has_active_routes(struct node *n_ptr) function
221 return (tipc_node_has_active_links(n_ptr) || tipc_node_has_active_routes(n_ptr));
313 if (!tipc_node_has_active_routes(n_ptr) && in_own_cluster(n_ptr->addr)) {
405 if (tipc_node_has_active_routes(n_ptr))

Completed in 38 milliseconds