Searched defs:smb2_err_rsp (Results 1 – 2 of 2) sorted by relevance
186 struct smb2_err_rsp { struct187 struct smb2_hdr hdr;188 __le16 StructureSize;189 __u8 ErrorContextCount;190 __u8 Reserved;191 __le32 ByteCount; /* even if zero, at least one byte follows */192 __u8 ErrorData[]; /* variable length */
218 struct smb2_err_rsp { struct219 struct smb2_sync_hdr sync_hdr;220 __le16 StructureSize;221 __le16 Reserved; /* MBZ */222 __le32 ByteCount; /* even if zero, at least one byte follows */223 __u8 ErrorData[1]; /* variable length */