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