Home
last modified time | relevance | path

Searched refs:tipc_hashfn (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dcore.h177 static inline unsigned int tipc_hashfn(u32 addr) in tipc_hashfn() function
H A Dmonitor.c156 unsigned int thash = tipc_hashfn(addr); in get_peer()
374 hlist_add_head(&p->hash, &mon->peers[tipc_hashfn(addr)]); in tipc_mon_add_peer()
H A Dnode.c326 unsigned int thash = tipc_hashfn(addr); in tipc_node_find()
489 &tn->node_htable[tipc_hashfn(addr)]); in tipc_node_create()
581 hlist_add_head_rcu(&n->hash, &tn->node_htable[tipc_hashfn(addr)]); in tipc_node_create()
/kernel/linux/linux-6.6/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()

Completed in 11 milliseconds