Home
last modified time | relevance | path

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

/linux/net/tipc/
A Dcore.h175 static inline unsigned int tipc_hashfn(u32 addr) in tipc_hashfn() function
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()
A Dnode.c336 unsigned int thash = tipc_hashfn(addr); in tipc_node_find()
494 &tn->node_htable[tipc_hashfn(addr)]); in tipc_node_create()
577 hlist_add_head_rcu(&n->hash, &tn->node_htable[tipc_hashfn(addr)]); in tipc_node_create()

Completed in 11 milliseconds