Searched defs:tipc_node (Results 1 – 1 of 1) sorted by relevance
115 struct tipc_node { struct116 u32 addr;117 struct kref kref;118 rwlock_t lock;119 struct net *net;126 int state;129 u16 sync_point;130 int link_cnt;133 u32 signature;134 u32 link_id;[all …]
Completed in 13 milliseconds