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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/tipc/
H A Dnode.h97 extern struct tipc_node *tipc_nodes;
H A Dnode.c53 struct tipc_node *tipc_nodes = NULL; /* sorted list of nodes within cluster */ variable in typeref:struct:tipc_node
77 for (n_ptr = tipc_nodes; n_ptr; n_ptr = n_ptr->next) {
111 for (curr_node = &tipc_nodes; *curr_node;
580 for (n_ptr = tipc_nodes; n_ptr; n_ptr = n_ptr->next) {
607 if (!tipc_nodes) {
629 for (n_ptr = tipc_nodes; n_ptr; n_ptr = n_ptr->next) {
687 for (n_ptr = tipc_nodes; n_ptr; n_ptr = n_ptr->next) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/tipc/
H A Dnode.h97 extern struct tipc_node *tipc_nodes;
H A Dnode.c53 struct tipc_node *tipc_nodes = NULL; /* sorted list of nodes within cluster */ variable in typeref:struct:tipc_node
77 for (n_ptr = tipc_nodes; n_ptr; n_ptr = n_ptr->next) {
111 for (curr_node = &tipc_nodes; *curr_node;
580 for (n_ptr = tipc_nodes; n_ptr; n_ptr = n_ptr->next) {
607 if (!tipc_nodes) {
629 for (n_ptr = tipc_nodes; n_ptr; n_ptr = n_ptr->next) {
687 for (n_ptr = tipc_nodes; n_ptr; n_ptr = n_ptr->next) {

Completed in 181 milliseconds