Home
last modified time | relevance | path

Searched defs:smb2_hdr (Results 1 – 2 of 2) sorted by relevance

/linux/fs/smb/common/
A Dsmb2pdu.h136 struct smb2_hdr { struct
138 __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 …]
/linux/fs/smb/server/
A Dsmb_common.c137 struct smb2_hdr *smb2_hdr = ksmbd_req_buf_next(work); in ksmbd_verify_smb_message() local

Completed in 14 milliseconds