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