Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dcore.h175 static inline unsigned int tipc_hashfn(u32 addr) in tipc_hashfn() function
H A Dmonitor.c186 unsigned int thash = tipc_hashfn(addr); in get_peer()
404 hlist_add_head(&p->hash, &mon->peers[tipc_hashfn(addr)]); in tipc_mon_add_peer()
H A Dnode.c336 unsigned int thash = tipc_hashfn(addr); 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()