Lines Matching defs:smb2_negotiate_rsp
605 struct smb2_negotiate_rsp { struct
606 struct smb2_hdr hdr;
607 __le16 StructureSize; /* Must be 65 */
608 __le16 SecurityMode;
609 __le16 DialectRevision;
610 __le16 NegotiateContextCount; /* Prior to SMB3.1.1 was Reserved & MBZ */
611 __u8 ServerGUID[16];
612 __le32 Capabilities;
613 __le32 MaxTransactSize;
614 __le32 MaxReadSize;
615 __le32 MaxWriteSize;
616 __le64 SystemTime; /* MBZ */
617 __le64 ServerStartTime;
618 __le16 SecurityBufferOffset;
619 __le16 SecurityBufferLength;
620 __le32 NegotiateContextOffset; /* Pre:SMB3.1.1 was reserved/ignored */
621 __u8 Buffer[]; /* variable length GSS security buffer */