Searched defs:smb2_err_rsp (Results 1 – 2 of 2) sorted by relevance
203 struct smb2_err_rsp { struct204 struct smb2_hdr hdr;205 __le16 StructureSize;206 __u8 ErrorContextCount;207 __u8 Reserved;208 __le32 ByteCount; /* even if zero, at least one byte follows */209 __u8 ErrorData[1]; /* variable length */
216 struct smb2_err_rsp { struct217 struct smb2_sync_hdr sync_hdr;218 __le16 StructureSize;219 __le16 Reserved; /* MBZ */220 __le32 ByteCount; /* even if zero, at least one byte follows */221 __u8 ErrorData[1]; /* variable length */