Home
last modified time | relevance | path

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

/Linux-v5.10/net/tipc/
Dcore.h111 struct hlist_head node_htable[NODE_HTABLE_SIZE]; member
Dnode.c329 hlist_for_each_entry_rcu(node, &tn->node_htable[thash], hash) { in tipc_node_find()
479 &tn->node_htable[tipc_hashfn(addr)]); in tipc_node_create()
562 hlist_add_head_rcu(&n->hash, &tn->node_htable[tipc_hashfn(addr)]); in tipc_node_create()