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