Lines Matching defs:smb3_hdr_req
157 struct smb3_hdr_req { struct
158 __le32 ProtocolId; /* 0xFE 'S' 'M' 'B' */
159 __le16 StructureSize; /* 64 */
160 __le16 CreditCharge; /* MBZ */
161 __le16 ChannelSequence; /* See MS-SMB2 3.2.4.1 and 3.2.7.1 */
162 __le16 Reserved;
163 __le16 Command;
164 __le16 CreditRequest; /* CreditResponse */
165 __le32 Flags;
166 __le32 NextCommand;
167 __le64 MessageId;
168 union {
174 } __packed Id;
175 __le64 SessionId;
176 __u8 Signature[16];