Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dsmb1ops.c242 __u16 total_data_size, data_in_this_rsp; in check2ndT2() local
257 data_in_this_rsp = get_unaligned_le16(&pSMBt->t2_rsp.DataCount); in check2ndT2()
259 if (total_data_size == data_in_this_rsp) in check2ndT2()
261 else if (total_data_size < data_in_this_rsp) { in check2ndT2()
263 total_data_size, data_in_this_rsp); in check2ndT2()
267 remaining = total_data_size - data_in_this_rsp; in check2ndT2()