Searched refs:SMB311_PROT_ID (Results 1 – 4 of 4) sorted by relevance
109 (pneg_rsp->DialectRevision != cpu_to_le16(SMB311_PROT_ID))) in get_neg_ctxt_len()889 if (server->dialect != SMB311_PROT_ID) in smb311_update_preauth_hash()
827 req->Dialects[3] = cpu_to_le16(SMB311_PROT_ID); in SMB2_negotiate()855 if ((server->vals->protocol_id == SMB311_PROT_ID) || in SMB2_negotiate()902 } else if (rsp->DialectRevision == cpu_to_le16(SMB311_PROT_ID)) { in SMB2_negotiate()924 else if (rsp->DialectRevision == cpu_to_le16(SMB311_PROT_ID)) in SMB2_negotiate()989 if (rsp->DialectRevision == cpu_to_le16(SMB311_PROT_ID)) { in SMB2_negotiate()1013 if (server->dialect == SMB311_PROT_ID) in smb3_validate_negotiate()1069 pneg_inbuf->Dialects[3] = cpu_to_le16(SMB311_PROT_ID); in smb3_validate_negotiate()1769 if ((server->dialect == SMB311_PROT_ID) && in SMB2_tcon()
298 #define SMB311_PROT_ID 0x0311 macro
5673 .protocol_id = SMB311_PROT_ID,