Searched defs:smb2_err_rsp (Results 1 – 2 of 2) sorted by relevance
190 struct smb2_err_rsp { struct191 struct smb2_hdr hdr;192 __le16 StructureSize;193 __u8 ErrorContextCount;194 __u8 Reserved;195 __le32 ByteCount; /* even if zero, at least one byte follows */196 __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[]; /* variable length */