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.h190 struct smb2_err_rsp { struct
191 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 */
/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[]; /* variable length */