Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ceph/
Dmessenger.h291 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 */
[all …]