Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2pdu.h320 #define SMB2_COMPRESSION_CAPABILITIES cpu_to_le16(3) macro
Dsmb2pdu.c425 pneg_ctxt->ContextType = SMB2_COMPRESSION_CAPABILITIES; in build_compression_ctxt()
734 else if (pctx->ContextType == SMB2_COMPRESSION_CAPABILITIES) in smb311_decode_neg_context()
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h271 #define SMB2_COMPRESSION_CAPABILITIES cpu_to_le16(3) macro
Dsmb2pdu.c759 pneg_ctxt->ContextType = SMB2_COMPRESSION_CAPABILITIES; in build_compression_ctxt()
1007 } else if (pctx->ContextType == SMB2_COMPRESSION_CAPABILITIES) { in deassemble_neg_contexts()