Home
last modified time | relevance | path

Searched refs:SMB2_COMPRESSION_CAPABILITIES (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/smb/common/
H A Dsmb2pdu.h452 #define SMB2_COMPRESSION_CAPABILITIES cpu_to_le16(3) macro
/linux-6.15/fs/smb/client/
H A Dsmb2pdu.c588 pneg_ctxt->ContextType = SMB2_COMPRESSION_CAPABILITIES; in build_compression_ctxt()
939 else if (pctx->ContextType == SMB2_COMPRESSION_CAPABILITIES) in smb311_decode_neg_context()
/linux-6.15/fs/smb/server/
H A Dsmb2pdu.c1055 } else if (pctx->ContextType == SMB2_COMPRESSION_CAPABILITIES) { in deassemble_neg_contexts()