Searched refs:SMB3_COMPRESS_NONE (Results 1 – 6 of 6) sorted by relevance
16 if (alg == SMB3_COMPRESS_NONE) in smb_compress_alg_valid()
143 if (payload_alg == SMB3_COMPRESS_NONE) { in smb_decompress_chained()211 alg == SMB3_COMPRESS_NONE) in smb_compression_decompress()284 if (!smb_compression_add_payload(builder, SMB3_COMPRESS_NONE, len, false)) in smb_compression_add_none()
79 conn->compress_algorithm != SMB3_COMPRESS_NONE, in proc_show_conn_features()
1458 if (conn->compress_algorithm != SMB3_COMPRESS_NONE) { in assemble_neg_contexts()1598 conn->compress_algorithm = SMB3_COMPRESS_NONE; in decode_compress_ctxt()1642 if (conn->compress_algorithm == SMB3_COMPRESS_NONE || in decode_compress_ctxt()2877 conn->compress_algorithm != SMB3_COMPRESS_NONE) in smb2_tree_connect()9227 conn->compress_algorithm != SMB3_COMPRESS_NONE) in smb2_read()
506 #define SMB3_COMPRESS_NONE cpu_to_le16(0x0000) macro
841 server->compression.alg = SMB3_COMPRESS_NONE; in decode_compress_ctx()