Home
last modified time | relevance | path

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

/net/tipc/
Dcore.h164 static inline unsigned int tipc_hashfn(u32 addr) in tipc_hashfn() function
Dmonitor.c156 unsigned int thash = tipc_hashfn(addr); in get_peer()
370 hlist_add_head(&p->hash, &mon->peers[tipc_hashfn(addr)]); in tipc_mon_add_peer()
Dnode.c263 unsigned int thash = tipc_hashfn(addr); in tipc_node_find()
436 hlist_add_head_rcu(&n->hash, &tn->node_htable[tipc_hashfn(addr)]); in tipc_node_create()