Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmb1ops.c294 struct smb_t2_rsp *pSMBs = (struct smb_t2_rsp *)second_buf; in coalesce_t2() local
302 src_total_cnt = get_unaligned_le16(&pSMBs->t2_rsp.TotalDataCount); in coalesce_t2()
325 total_in_src = get_unaligned_le16(&pSMBs->t2_rsp.DataCount); in coalesce_t2()
334 data_area_of_src = (char *)&pSMBs->hdr.Protocol + in coalesce_t2()
335 get_unaligned_le16(&pSMBs->t2_rsp.DataOffset); in coalesce_t2()