Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dsmb1ops.c288 struct smb_t2_rsp *pSMBs = (struct smb_t2_rsp *)second_buf; in coalesce_t2() local
296 src_total_cnt = get_unaligned_le16(&pSMBs->t2_rsp.TotalDataCount); in coalesce_t2()
319 total_in_src = get_unaligned_le16(&pSMBs->t2_rsp.DataCount); in coalesce_t2()
328 data_area_of_src = (char *)&pSMBs->hdr.Protocol + in coalesce_t2()
329 get_unaligned_le16(&pSMBs->t2_rsp.DataOffset); in coalesce_t2()