Home
last modified time | relevance | path

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

/linux/fs/ksmbd/
A Dsmb2pdu.h71 struct smb2_err_rsp { struct
72 struct smb2_hdr hdr;
73 __le16 StructureSize;
74 __u8 ErrorContextCount;
75 __u8 Reserved;
76 __le32 ByteCount; /* even if zero, at least one byte follows */
77 __u8 ErrorData[1]; /* variable length */
/linux/fs/cifs/
A Dsmb2pdu.h61 struct smb2_err_rsp { struct
62 struct smb2_hdr hdr;
63 __le16 StructureSize;
64 __le16 Reserved; /* MBZ */
65 __le32 ByteCount; /* even if zero, at least one byte follows */
66 __u8 ErrorData[1]; /* variable length */

Completed in 18 milliseconds