Searched defs:tipc_node (Results 1 – 1 of 1) sorted by relevance
100 struct tipc_node { struct101 u32 addr;102 struct kref kref;103 rwlock_t lock;104 struct net *net;105 struct hlist_node hash;106 int active_links[2];107 struct tipc_link_entry links[MAX_BEARERS];108 struct tipc_bclink_entry bc_entry;109 int action_flags;[all …]