Lines Matching refs:node
58 struct hmdfs_peer *node;
160 * add conn node to conn_deleting_list, so call hmdfs_disconnect_node
280 static inline bool hmdfs_is_node_online(const struct hmdfs_peer *node)
282 return READ_ONCE(node->status) == NODE_STAT_ONLINE;
285 static inline unsigned int hmdfs_node_inc_evt_seq(struct hmdfs_peer *node)
288 return atomic_inc_return(&node->evt_seq);
291 static inline unsigned int hmdfs_node_evt_seq(const struct hmdfs_peer *node)
293 return atomic_read(&node->evt_seq);
296 struct connection *get_conn_impl(struct hmdfs_peer *node, int connect_type);
298 void set_conn_sock_quickack(struct hmdfs_peer *node);
326 int hmdfs_sendmessage(struct hmdfs_peer *node, struct hmdfs_send_data *msg);
329 void hmdfs_disconnect_node(struct hmdfs_peer *node);
331 void connection_to_working(struct hmdfs_peer *node);