Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dsmb1ops.c251 __u16 total_data_size, data_in_this_rsp; in check2ndT2() local
266 data_in_this_rsp = get_unaligned_le16(&pSMBt->t2_rsp.DataCount); in check2ndT2()
268 if (total_data_size == data_in_this_rsp) in check2ndT2()
270 else if (total_data_size < data_in_this_rsp) { in check2ndT2()
272 total_data_size, data_in_this_rsp); in check2ndT2()
276 remaining = total_data_size - data_in_this_rsp; in check2ndT2()