Searched defs:ceph_connection_v1_info (Results 1 – 1 of 1) sorted by relevance
325 struct ceph_connection_v1_info { struct326 struct kvec out_kvec[8], /* sending header/footer data */327 *out_kvec_cur;328 int out_kvec_left; /* kvec's left in out_kvec */329 int out_skip; /* skip this many bytes */330 int out_kvec_bytes; /* total bytes left */331 bool out_more; /* there is more data after the kvecs */332 bool out_msg_done;334 struct ceph_auth_handshake *auth;335 int auth_retry; /* true if we need a newer authorizer */[all …]