Searched refs:SMB21_PROT_ID (Results 1 – 4 of 4) sorted by relevance
818 req->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in SMB2_negotiate()879 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()890 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()910 else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) in SMB2_negotiate()1048 pneg_inbuf->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in smb3_validate_negotiate()
295 #define SMB21_PROT_ID 0x0210 macro
2415 if (server->vals->protocol_id < SMB21_PROT_ID) in match_server()
5385 .protocol_id = SMB21_PROT_ID,