Searched refs:SMB21_PROT_ID (Results 1 – 4 of 4) sorted by relevance
824 req->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in SMB2_negotiate()886 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()897 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()917 else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) in SMB2_negotiate()1055 pneg_inbuf->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in smb3_validate_negotiate()
236 #define SMB21_PROT_ID 0x0210 macro
2619 if (server->vals->protocol_id < SMB21_PROT_ID) in match_server()
4875 .protocol_id = SMB21_PROT_ID,