Lines Matching defs:ceph_connection_v1_info
291 struct ceph_connection_v1_info { struct
292 struct kvec out_kvec[8], /* sending header/footer data */
293 *out_kvec_cur;
294 int out_kvec_left; /* kvec's left in out_kvec */
295 int out_skip; /* skip this many bytes */
296 int out_kvec_bytes; /* total bytes left */
297 bool out_more; /* there is more data after the kvecs */
298 bool out_msg_done;
300 struct ceph_auth_handshake *auth;
301 int auth_retry; /* true if we need a newer authorizer */
304 u8 in_banner[CEPH_BANNER_MAX_LEN];
305 struct ceph_entity_addr actual_peer_addr;
306 struct ceph_entity_addr peer_addr_for_me;
307 struct ceph_msg_connect out_connect;
308 struct ceph_msg_connect_reply in_reply;
310 int in_base_pos; /* bytes read */
313 u8 in_tag; /* protocol control byte */
314 struct ceph_msg_header in_hdr;
315 __le64 in_temp_ack; /* for reading an ack */
318 struct ceph_msg_header out_hdr;
319 __le64 out_temp_ack; /* for writing an ack */
320 struct ceph_timespec out_temp_keepalive2; /* for writing keepalive2
323 u32 connect_seq; /* identify the most recent connection
325 u32 peer_global_seq; /* peer's global seq for this connection */