Home
last modified time | relevance | path

Searched refs:dialect (Results 1 – 7 of 7) sorted by relevance

/fs/cifs/
DKconfig23 (including support for the most recent, most secure dialect SMB3.1.1)
26 to the original dialect, the Server Message Block (SMB) protocol, the
142 negotiate a newer dialect with servers, such as Samba 3.0.5
Dcifs_debug.c135 server->dialect, in cifs_dump_channel()
343 server->credits, server->dialect); in cifs_debug_data_proc_show()
Dsmb2pdu.c937 server->dialect = le16_to_cpu(rsp->DialectRevision); in SMB2_negotiate()
966 if (server->dialect == SMB30_PROT_ID && (server->capabilities & SMB2_GLOBAL_CAP_ENCRYPTION)) in SMB2_negotiate()
1018 if (server->dialect == SMB311_PROT_ID) in smb3_validate_negotiate()
1118 if (pneg_rsp->Dialect != cpu_to_le16(server->dialect)) in smb3_validate_negotiate()
1541 if (ses->server->dialect < SMB30_PROT_ID) { in SMB2_sess_auth_rawntlmssp_authenticate()
1773 if ((server->dialect == SMB311_PROT_ID) && in SMB2_tcon()
3894 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_new_read_req()
4323 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev()
Dsmb2misc.c883 if (server->dialect != SMB311_PROT_ID) in smb311_update_preauth_hash()
Dcifssmb.c497 if (server->dialect != LANMAN_PROT && server->dialect != LANMAN2_PROT) in decode_lanman_negprot_rsp()
638 server->dialect = le16_to_cpu(pSMBr->DialectIndex); in CIFSSMBNegotiate()
639 cifs_dbg(FYI, "Dialect: %d\n", server->dialect); in CIFSSMBNegotiate()
641 if ((pSMBr->hdr.WordCount < 13) || (server->dialect == BAD_PROT)) { in CIFSSMBNegotiate()
Dcifsglob.h709 u16 dialect; /* dialect index that server chose */ member
Dsess.c90 if (ses->server->dialect < SMB30_PROT_ID) { in cifs_try_adding_channels()