Searched defs:smb2_lease_ack (Results 1 – 1 of 1) sorted by relevance
926 struct smb2_lease_ack { struct927 struct smb2_hdr hdr;928 __le16 StructureSize; /* Must be 36 */929 __le16 Reserved;930 __le32 Flags;931 __u8 LeaseKey[16];932 __le32 LeaseState;933 __le64 LeaseDuration;