Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb1ops.c283 struct smb_t2_rsp *pSMBs = (struct smb_t2_rsp *)second_buf; in coalesce_t2() local
291 src_total_cnt = get_unaligned_le16(&pSMBs->t2_rsp.TotalDataCount); in coalesce_t2()
314 total_in_src = get_unaligned_le16(&pSMBs->t2_rsp.DataCount); in coalesce_t2()
323 data_area_of_src = (char *)&pSMBs->hdr.Protocol + in coalesce_t2()
324 get_unaligned_le16(&pSMBs->t2_rsp.DataOffset); in coalesce_t2()