Searched defs:smb2_hdr (Results 1 – 2 of 2) sorted by relevance
136 struct smb2_hdr { struct138 __le16 StructureSize; /* 64 */139 __le16 CreditCharge; /* MBZ */141 __le16 Command;143 __le32 Flags;144 __le32 NextCommand;145 __le64 MessageId;146 union {152 } __packed Id;153 __le64 SessionId;[all …]
137 struct smb2_hdr *smb2_hdr = ksmbd_req_buf_next(work); in ksmbd_verify_smb_message() local
Completed in 15 milliseconds