Searched defs:smb2_compression_hdr (Results 1 – 1 of 1) sorted by relevance
228 struct smb2_compression_hdr { struct229 __le32 ProtocolId; /* 0xFC 'S' 'M' 'B' */230 __le32 OriginalCompressedSegmentSize;231 __le16 CompressionAlgorithm;232 __le16 Flags;233 __le32 Offset; /* this is the size of the uncompressed SMB2 header below */