Home
last modified time | relevance | path

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

/net/tipc/
Dnode.c53 struct tipc_node *tipc_nodes = NULL; /* sorted list of nodes within cluster */ variable
77 for (n_ptr = tipc_nodes; n_ptr; n_ptr = n_ptr->next) { in tipc_node_create()
111 for (curr_node = &tipc_nodes; *curr_node; in tipc_node_create()
604 for (n_ptr = tipc_nodes; n_ptr; n_ptr = n_ptr->next) { in tipc_available_nodes()
631 if (!tipc_nodes) { in tipc_node_get_nodes()
653 for (n_ptr = tipc_nodes; n_ptr; n_ptr = n_ptr->next) { in tipc_node_get_nodes()
711 for (n_ptr = tipc_nodes; n_ptr; n_ptr = n_ptr->next) { in tipc_node_get_links()
Dnode.h97 extern struct tipc_node *tipc_nodes;