Searched defs:tipc_node (Results 1 – 5 of 5) sorted by relevance
102 struct tipc_node { struct103 u32 addr;104 struct kref kref;105 rwlock_t lock;106 struct net *net;107 struct hlist_node hash;108 int active_links[2];109 struct tipc_link_entry links[MAX_BEARERS];110 struct tipc_bclink_entry bc_entry;111 int action_flags;[all …]
108 struct tipc_node { struct109 u32 addr;110 struct kref kref;111 rwlock_t lock;112 struct net *net;113 struct hlist_node hash;114 int active_links[2];115 struct tipc_link_entry links[MAX_BEARERS];116 struct tipc_bclink_entry bc_entry;117 int action_flags;[all …]
285 static inline unsigned int tipc_node(__u32 addr) in tipc_node() function
162 static inline unsigned int tipc_node(__u32 addr) in tipc_node() function
310 static inline unsigned int tipc_node(__u32 addr) in tipc_node() function