Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dmsgr.h171 __le32 front_crc, middle_crc, data_crc; member
176 __le32 front_crc, middle_crc, data_crc; member
/linux-4.4.14/net/ceph/
Dmessenger.c1312 con->out_msg->footer.front_crc = cpu_to_le32(crc); in prepare_write_message()
1320 le32_to_cpu(con->out_msg->footer.front_crc), in prepare_write_message()
2431 m, front_len, m->footer.front_crc, middle_len, in read_partial_message()
2435 if (con->in_front_crc != le32_to_cpu(m->footer.front_crc)) { in read_partial_message()
2437 m, con->in_front_crc, m->footer.front_crc); in read_partial_message()
Dauth_x.c686 cpu_to_le32(16), msg->hdr.crc, msg->footer.front_crc, in calcu_signature()