Searched defs:tipc_node (Results 1 – 2 of 2) sorted by relevance
117 struct tipc_node { struct118 u32 addr;119 struct kref kref;120 rwlock_t lock;121 struct net *net;128 int state;131 u16 sync_point;132 int link_cnt;135 u32 signature;136 u32 link_id;[all …]
310 static inline unsigned int tipc_node(__u32 addr) in tipc_node() function
Completed in 11 milliseconds