Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/common/
Dsmb2pdu.h449 #define SMB2_COMPRESSION_CAPABILITIES cpu_to_le16(3) macro
/linux-6.12.1/fs/smb/client/
Dsmb2pdu.c605 pneg_ctxt->ContextType = SMB2_COMPRESSION_CAPABILITIES; in build_compression_ctxt()
956 else if (pctx->ContextType == SMB2_COMPRESSION_CAPABILITIES) in smb311_decode_neg_context()
/linux-6.12.1/fs/smb/server/
Dsmb2pdu.c1046 } else if (pctx->ContextType == SMB2_COMPRESSION_CAPABILITIES) { in deassemble_neg_contexts()