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