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