Lines Matching refs:StructureSize
54 * The following table defines the expected "StructureSize" of SMB2 responses
106 * non_ctxlen is at least shdr->StructureSize + pdu->StructureSize2
151 * Add function to do table lookup of StructureSize by command
179 if (shdr->StructureSize != SMB2_HEADER_STRUCTURE_SIZE) {
181 le16_to_cpu(shdr->StructureSize));
324 (((struct smb2_err_rsp *)shdr)->StructureSize) ==
418 int len = le16_to_cpu(shdr->StructureSize);
436 * for some commands, typically those with odd StructureSize,
684 if (rsp->StructureSize !=
686 if (le16_to_cpu(rsp->StructureSize) == 44)