Searched refs:in_data_crc (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/ceph/
H A Dmessenger_v1.c595 con->in_front_crc = con->in_middle_crc = con->in_data_crc = 0;
1038 crc = con->in_data_crc;
1062 con->in_data_crc = crc;
1078 crc = con->in_data_crc;
1089 con->in_data_crc = crc;
1099 con->in_data_crc = crc;
1120 crc = con->in_data_crc;
1130 con->in_data_crc = crc;
1139 con->in_data_crc = crc;
1296 con->in_data_crc !
[all...]
H A Dmessenger_v2.c679 con->in_data_crc = 0;
682 con->in_front_crc, con->in_middle_crc, con->in_data_crc);
694 if (con->in_data_crc != data_crc) {
696 con->in_data_crc, data_crc);
1864 con->in_data_crc = -1;
1891 con->in_data_crc = crc32c(con->in_data_crc,
1900 con->in_data_crc = ceph_crc32c_page(con->in_data_crc,
1937 con->in_data_crc
[all...]
H A Dmessenger.c1423 con->in_front_crc, con->in_middle_crc, con->in_data_crc);
/linux-master/include/linux/ceph/
H A Dmessenger.h502 u32 in_front_crc, in_middle_crc, in_data_crc; /* calculated crc */ member in struct:ceph_connection

Completed in 223 milliseconds