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()887 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()898 } else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) { in SMB2_negotiate()918 else if (rsp->DialectRevision == cpu_to_le16(SMB21_PROT_ID)) in SMB2_negotiate()1066 pneg_inbuf->Dialects[0] = cpu_to_le16(SMB21_PROT_ID); in smb3_validate_negotiate()
295 #define SMB21_PROT_ID 0x0210 macro
2428 if (server->vals->protocol_id < SMB21_PROT_ID) in match_server()
5575 .protocol_id = SMB21_PROT_ID,