Lines Matching defs:smb2_hdr
139 struct smb2_hdr { struct
140 __le32 ProtocolId; /* 0xFE 'S' 'M' 'B' */
141 __le16 StructureSize; /* 64 */
142 __le16 CreditCharge; /* MBZ */
143 __le32 Status; /* Error from server */
144 __le16 Command;
145 __le16 CreditRequest; /* CreditResponse */
146 __le32 Flags;
147 __le32 NextCommand;
148 __le64 MessageId;
149 union {
155 } __packed Id;
156 __le64 SessionId;
157 __u8 Signature[16];