Home
last modified time | relevance | path

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

/linux-5.10/fs/cifs/
Dsmb2pdu.h443 struct smb2_negotiate_rsp { struct
444 struct smb2_sync_hdr sync_hdr;
445 __le16 StructureSize; /* Must be 65 */
446 __le16 SecurityMode;
447 __le16 DialectRevision;
448 __le16 NegotiateContextCount; /* Prior to SMB3.1.1 was Reserved & MBZ */
449 __u8 ServerGUID[16];
450 __le32 Capabilities;
451 __le32 MaxTransactSize;
452 __le32 MaxReadSize;
[all …]