Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dcore.h106 struct hlist_head node_htable[NODE_HTABLE_SIZE]; member
H A Dnode.c339 hlist_for_each_entry_rcu(node, &tn->node_htable[thash], hash) { in tipc_node_find()
505 &tn->node_htable[tipc_hashfn(addr)]); in tipc_node_create()
597 hlist_add_head_rcu(&n->hash, &tn->node_htable[tipc_hashfn(addr)]); in tipc_node_create()