Lines Matching defs:tipc_node
108 struct tipc_node { struct
109 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;
118 struct list_head list;
119 int state;
120 bool preliminary;
121 bool failover_sent;
122 u16 sync_point;
123 int link_cnt;
124 u16 working_links;
125 u16 capabilities;
126 u32 signature;
127 u32 link_id;
128 u8 peer_id[16];
129 char peer_id_string[NODE_ID_STR_LEN];
130 struct list_head publ_list;
131 struct list_head conn_sks;
132 unsigned long keepalive_intv;
133 struct timer_list timer;
134 struct rcu_head rcu;
135 unsigned long delete_at;
136 struct net *peer_net;
137 u32 peer_hash_mix;
139 struct tipc_crypto *crypto_rx;