Searched refs:msg_a (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ceph/
H A Dauth_x.c305 struct ceph_x_authorize_a *msg_a; local
310 msg_a = au->buf->vec.iov_base;
311 WARN_ON(msg_a->ticket_blob.secret_id != cpu_to_le64(au->secret_id));
312 p = (void *)(msg_a + 1) + le32_to_cpu(msg_a->ticket_blob.blob_len);
356 struct ceph_x_authorize_a *msg_a; local
370 maxlen = sizeof(*msg_a) + ticket_blob_len +
388 msg_a = au->buf->vec.iov_base;
389 msg_a->struct_v = 1;
390 msg_a
[all...]

Completed in 162 milliseconds