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()883 if (server->dialect != SMB311_PROT_ID) in smb311_update_preauth_hash()
832 req->Dialects[3] = cpu_to_le16(SMB311_PROT_ID); in SMB2_negotiate()860 if ((server->vals->protocol_id == SMB311_PROT_ID) || in SMB2_negotiate()907 } else if (rsp->DialectRevision == cpu_to_le16(SMB311_PROT_ID)) { in SMB2_negotiate()929 else if (rsp->DialectRevision == cpu_to_le16(SMB311_PROT_ID)) in SMB2_negotiate()994 if (rsp->DialectRevision == cpu_to_le16(SMB311_PROT_ID)) { in SMB2_negotiate()1018 if (server->dialect == SMB311_PROT_ID) in smb3_validate_negotiate()1074 pneg_inbuf->Dialects[3] = cpu_to_le16(SMB311_PROT_ID); in smb3_validate_negotiate()1773 if ((server->dialect == SMB311_PROT_ID) && in SMB2_tcon()
298 #define SMB311_PROT_ID 0x0311 macro
5687 .protocol_id = SMB311_PROT_ID,