Home
last modified time | relevance | path

Searched defs:smb2_err_rsp (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h203 struct smb2_err_rsp { struct
204 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 */
/Linux-v5.15/fs/cifs/
Dsmb2pdu.h216 struct smb2_err_rsp { struct
217 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 */