Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/ceph/
Dmsgr.h167 __le32 front_crc, middle_crc, data_crc; member
/linux-3.4.99/net/ceph/
Dmessenger.c778 con->out_msg->footer.front_crc = cpu_to_le32(crc); in prepare_write_message()
786 le32_to_cpu(con->out_msg->footer.front_crc), in prepare_write_message()
1940 m, front_len, m->footer.front_crc, middle_len, in read_partial_message()
1944 if (con->in_front_crc != le32_to_cpu(m->footer.front_crc)) { in read_partial_message()
1946 m, con->in_front_crc, m->footer.front_crc); in read_partial_message()
2639 m->footer.front_crc = 0; in ceph_msg_new()