Home
last modified time | relevance | path

Searched defs:ceph_connection_v1_info (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/include/linux/ceph/
Dmessenger.h292 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 */
[all …]