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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dnode.h97 extern struct node *tipc_nodes;
H A Dnode.c53 struct node *tipc_nodes = NULL; /* sorted list of nodes within cluster */ variable in typeref:struct:node
86 for (curr_node = &tipc_nodes; *curr_node;
555 for (n_ptr = tipc_nodes; n_ptr; n_ptr = n_ptr->next) {
580 if (!tipc_nodes)
596 for (n_ptr = tipc_nodes; n_ptr; n_ptr = n_ptr->next) {
647 for (n_ptr = tipc_nodes; n_ptr; n_ptr = n_ptr->next) {

Completed in 32 milliseconds