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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dnode.c108 n_ptr->last_router = -1;
242 return (n_ptr && (n_ptr->last_router >= 0));
517 if (n_ptr->last_router < 0)
519 ulim = ((n_ptr->last_router + 1) * 32) - 1;
551 n_ptr->last_router = tipc_max_nodes / 32;
552 while ((--n_ptr->last_router >= 0) &&
553 !n_ptr->routers[n_ptr->last_router]);
560 if (n_ptr->last_router < 0)
565 n_ptr->last_router = tipc_max_nodes / 32;
566 while ((--n_ptr->last_router >
[all...]
H A Dnode.h58 * @last_router: (used for multicluster communication)
83 int last_router; member in struct:tipc_node

Completed in 56 milliseconds