Searched defs:tipc_node (Results 1 – 2 of 2) sorted by relevance
76 struct tipc_node { struct77 u32 addr;78 spinlock_t lock;102 extern struct list_head tipc_node_list; argument117 struct tipc_node *tipc_node_find(u32 addr); argument
79 static inline unsigned int tipc_node(__u32 addr) in tipc_node() function