Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h351 struct smb2_negotiate_rsp { struct
352 struct smb2_hdr hdr;
353 __le16 StructureSize; /* Must be 65 */
354 __le16 SecurityMode;
355 __le16 DialectRevision;
356 __le16 NegotiateContextCount; /* Prior to SMB3.1.1 was Reserved & MBZ */
357 __u8 ServerGUID[16];
358 __le32 Capabilities;
359 __le32 MaxTransactSize;
360 __le32 MaxReadSize;
[all …]
/Linux-v5.15/fs/cifs/
Dsmb2pdu.h474 struct smb2_negotiate_rsp { struct
475 struct smb2_sync_hdr sync_hdr;
476 __le16 StructureSize; /* Must be 65 */
477 __le16 SecurityMode;
478 __le16 DialectRevision;
479 __le16 NegotiateContextCount; /* Prior to SMB3.1.1 was Reserved & MBZ */
480 __u8 ServerGUID[16];
481 __le32 Capabilities;
482 __le32 MaxTransactSize;
483 __le32 MaxReadSize;
[all …]