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

/linux-master/include/linux/ceph/
H A Dmsgr.h218 __le32 front_crc, middle_crc, data_crc; member in struct:ceph_msg_footer_old
223 __le32 front_crc, middle_crc, data_crc; member in struct:ceph_msg_footer
H A Dmessenger.h454 u32 front_crc; member in struct:ceph_connection_v2_info::__anon301::__anon302::__anon303
/linux-master/net/ceph/
H A Dauth_x.c972 __le32 front_crc; member in struct:__anon26
979 sigblock->front_crc = msg->footer.front_crc;
992 __le32 front_crc; member in struct:__anon27
1006 sigblock->front_crc = msg->footer.front_crc;
H A Dmessenger_v2.c569 cpu_to_le32s(&con->v2.out_epil.front_crc);
581 static int decode_epilogue(void *p, u32 *front_crc, u32 *middle_crc, argument
594 if (front_crc && middle_crc && data_crc) {
595 *front_crc = ceph_decode_32(&p);
658 static int verify_epilogue_crcs(struct ceph_connection *con, u32 front_crc, argument
684 if (con->in_front_crc != front_crc) {
686 con->in_front_crc, front_crc);
1595 con->out_msg, aborted, con->v2.out_epil.front_crc,
1623 con->v2.out_epil.front_crc = -1;
1630 con->v2.out_epil.front_crc
3040 u32 front_crc, middle_crc, data_crc; local
[all...]
H A Dmessenger_v1.c239 con->out_msg->footer.front_crc = cpu_to_le32(crc);
246 dout("%s front_crc %u middle_crc %u\n", __func__,
247 le32_to_cpu(con->out_msg->footer.front_crc),
1280 m, front_len, m->footer.front_crc, middle_len,
1284 if (con->in_front_crc != le32_to_cpu(m->footer.front_crc)) {
1286 m, con->in_front_crc, m->footer.front_crc);

Completed in 171 milliseconds