Searched defs:tipc_node (Results 1 – 2 of 2) sorted by relevance
103 struct tipc_node { struct104 u32 addr;105 struct kref kref;106 rwlock_t lock;107 struct net *net;108 struct hlist_node hash;109 int active_links[2];110 struct tipc_link_entry links[MAX_BEARERS];111 struct tipc_bclink_entry bc_entry;112 int action_flags;[all …]
286 static inline unsigned int tipc_node(__u32 addr) in tipc_node() function