Searched defs:tipc_node (Results 1 – 2 of 2) sorted by relevance
108 struct tipc_node { struct109 u32 addr;133 struct tipc_node *tipc_node_find(struct net *net, u32 addr); argument
80 static inline unsigned int tipc_node(__u32 addr) in tipc_node() function