Lines Matching defs:tipc_node
115 struct tipc_node { struct
116 u32 addr;
117 struct kref kref;
118 rwlock_t lock;
119 struct net *net;
120 struct hlist_node hash;
121 int active_links[2];
122 struct tipc_link_entry links[MAX_BEARERS];
123 struct tipc_bclink_entry bc_entry;
124 int action_flags;
125 struct list_head list;
126 int state;
127 bool preliminary;
128 bool failover_sent;
129 u16 sync_point;
130 int link_cnt;
131 u16 working_links;
132 u16 capabilities;
133 u32 signature;
134 u32 link_id;
135 u8 peer_id[16];
136 char peer_id_string[NODE_ID_STR_LEN];
137 struct list_head publ_list;
138 struct list_head conn_sks;
139 unsigned long keepalive_intv;
140 struct timer_list timer;
141 struct rcu_head rcu;
142 unsigned long delete_at;
143 struct net *peer_net;
144 u32 peer_hash_mix;
146 struct tipc_crypto *crypto_rx;