Searched refs:front_crc (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ceph/ |
D | msgr.h | 172 __le32 front_crc, middle_crc, data_crc; member 177 __le32 front_crc, middle_crc, data_crc; member
|
/kernel/linux/linux-5.10/net/ceph/ |
D | auth_x.c | 815 __le32 front_crc; in calc_signature() member 822 sigblock->front_crc = msg->footer.front_crc; in calc_signature() 835 __le32 front_crc; in calc_signature() member 849 sigblock->front_crc = msg->footer.front_crc; in calc_signature()
|
D | messenger.c | 1316 con->out_msg->footer.front_crc = cpu_to_le32(crc); in prepare_write_message() 1324 le32_to_cpu(con->out_msg->footer.front_crc), in prepare_write_message() 2481 m, front_len, m->footer.front_crc, middle_len, in read_partial_message() 2485 if (con->in_front_crc != le32_to_cpu(m->footer.front_crc)) { in read_partial_message() 2487 m, con->in_front_crc, m->footer.front_crc); in read_partial_message()
|