Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dsmb2pdu.h451 struct smb2_negotiate_rsp { struct
452 struct smb2_sync_hdr sync_hdr;
453 __le16 StructureSize; /* Must be 65 */
454 __le16 SecurityMode;
455 __le16 DialectRevision;
456 __le16 NegotiateContextCount; /* Prior to SMB3.1.1 was Reserved & MBZ */
457 __u8 ServerGUID[16];
458 __le32 Capabilities;
459 __le32 MaxTransactSize;
460 __le32 MaxReadSize;
[all …]
/kernel/linux/linux-6.6/fs/smb/common/
Dsmb2pdu.h605 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;
[all …]