Searched refs:node_list (Results 1 – 4 of 4) sorted by relevance
/net/tipc/ |
D | core.h | 107 struct list_head node_list; member 162 return &tipc_net(net)->node_list; in tipc_nodes()
|
D | node.c | 361 list_for_each_entry_rcu(n, &tn->node_list, list) { in tipc_node_find_by_id() 507 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_node_create() 531 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_node_create() 598 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_node_create() 605 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_node_create() 653 list_for_each_entry_safe(node, t_node, &tn->node_list, list) in tipc_node_stop() 792 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_node_cleanup() 1321 list_for_each_entry_rcu(n, &tn->node_list, list) { in tipc_node_delete_links() 2219 list_for_each_entry_rcu(n, &tn->node_list, list) { in tipc_node_apply_property() 2303 list_for_each_entry_rcu(temp_node, &tn->node_list, list) { in tipc_nl_peer_rm() [all …]
|
D | core.c | 68 INIT_LIST_HEAD(&tn->node_list); in tipc_init_net()
|
D | crypto.c | 2036 for (p = tn->node_list.next; p != &tn->node_list; p = p->next) { in tipc_crypto_do_cmd() 2063 for (p = tn->node_list.next; p != &tn->node_list; p = p->next) { in tipc_crypto_do_cmd()
|