Searched refs:temp_node (Results 1 – 1 of 1) sorted by relevance
115 struct tipc_node *n_ptr, *temp_node; in tipc_node_create() local136 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_node_create()137 if (n_ptr->addr < temp_node->addr) in tipc_node_create()140 list_add_tail_rcu(&n_ptr->list, &temp_node->list); in tipc_node_create()