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