Lines Matching refs:out_msg
174 struct ceph_msg *m = con->out_msg;
214 m = con->out_msg;
234 con->out_msg->hdr.crc = cpu_to_le32(crc);
235 memcpy(&con->v1.out_hdr, &con->out_msg->hdr, sizeof(con->v1.out_hdr));
239 con->out_msg->footer.front_crc = cpu_to_le32(crc);
243 con->out_msg->footer.middle_crc = cpu_to_le32(crc);
245 con->out_msg->footer.middle_crc = 0;
247 le32_to_cpu(con->out_msg->footer.front_crc),
248 le32_to_cpu(con->out_msg->footer.middle_crc));
249 con->out_msg->footer.flags = 0;
252 con->out_msg->footer.data_crc = 0;
254 prepare_message_data(con->out_msg, m->data_length);
467 struct ceph_msg *msg = con->out_msg;
1521 if (con->out_msg) {
1523 ceph_msg_put(con->out_msg);
1524 con->out_msg = NULL; /* we're done with this one */
1569 struct ceph_msg *msg = con->out_msg;