Home
last modified time | relevance | path

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

/linux-6.12.1/net/tipc/
Dcore.h105 struct hlist_head node_htable[NODE_HTABLE_SIZE]; member
Dnode.c337 hlist_for_each_entry_rcu(node, &tn->node_htable[thash], hash) { in tipc_node_find()
503 &tn->node_htable[tipc_hashfn(addr)]); in tipc_node_create()
595 hlist_add_head_rcu(&n->hash, &tn->node_htable[tipc_hashfn(addr)]); in tipc_node_create()