Searched refs:SMB311_PROT_ID (Results 1 – 4 of 4) sorted by relevance
106 (pneg_rsp->DialectRevision != cpu_to_le16(SMB311_PROT_ID))) in get_neg_ctxt_len()794 if (ses->server->dialect != SMB311_PROT_ID) in smb311_update_preauth_hash()
827 req->Dialects[3] = cpu_to_le16(SMB311_PROT_ID); in SMB2_negotiate()853 if ((server->vals->protocol_id == SMB311_PROT_ID) || in SMB2_negotiate()901 } else if (rsp->DialectRevision == cpu_to_le16(SMB311_PROT_ID)) { in SMB2_negotiate()923 else if (rsp->DialectRevision == cpu_to_le16(SMB311_PROT_ID)) in SMB2_negotiate()981 if (rsp->DialectRevision == cpu_to_le16(SMB311_PROT_ID)) { in SMB2_negotiate()1005 if (server->dialect == SMB311_PROT_ID) in smb3_validate_negotiate()1058 pneg_inbuf->Dialects[3] = cpu_to_le16(SMB311_PROT_ID); in smb3_validate_negotiate()1713 if ((server->dialect == SMB311_PROT_ID) && in SMB2_tcon()
239 #define SMB311_PROT_ID 0x0311 macro
4980 .protocol_id = SMB311_PROT_ID,