Home
last modified time | relevance | path

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

/linux-2.6.39/net/tipc/
Dnode.c47 static struct hlist_head node_htable[NODE_HTABLE_SIZE]; variable
66 hlist_for_each_entry(node, pos, &node_htable[tipc_hashfn(addr)], hash) { in tipc_node_find()
108 hlist_add_head(&n_ptr->hash, &node_htable[tipc_hashfn(addr)]); in tipc_node_create()