Home
last modified time | relevance | path

Searched refs:front_crc (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/ceph/
Dmsgr.h169 __le32 front_crc, middle_crc, data_crc; member
174 __le32 front_crc, middle_crc, data_crc; member
/linux-4.1.27/net/ceph/
Dmessenger.c1315 con->out_msg->footer.front_crc = cpu_to_le32(crc); in prepare_write_message()
1323 le32_to_cpu(con->out_msg->footer.front_crc), in prepare_write_message()
2426 m, front_len, m->footer.front_crc, middle_len, in read_partial_message()
2430 if (con->in_front_crc != le32_to_cpu(m->footer.front_crc)) { in read_partial_message()
2432 m, con->in_front_crc, m->footer.front_crc); in read_partial_message()
Dauth_x.c679 cpu_to_le32(16), msg->hdr.crc, msg->footer.front_crc, in calcu_signature()