Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/common/
Dsmb2pdu.h186 struct smb2_err_rsp { struct
187 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 */
/kernel/linux/linux-5.10/fs/cifs/
Dsmb2pdu.h218 struct smb2_err_rsp { struct
219 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 */