Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb1ops.c249 __u16 total_data_size, data_in_this_rsp; in check2ndT2() local
264 data_in_this_rsp = get_unaligned_le16(&pSMBt->t2_rsp.DataCount); in check2ndT2()
266 if (total_data_size == data_in_this_rsp) in check2ndT2()
268 else if (total_data_size < data_in_this_rsp) { in check2ndT2()
270 total_data_size, data_in_this_rsp); in check2ndT2()
274 remaining = total_data_size - data_in_this_rsp; in check2ndT2()