Home
last modified time | relevance | path

Searched refs:dialect (Results 1 – 6 of 6) 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
Dsmb2misc.c824 if (ses->server->dialect != SMB311_PROT_ID) in smb311_update_preauth_hash()
Dsmb2pdu.c948 server->dialect = le16_to_cpu(rsp->DialectRevision); in SMB2_negotiate()
1022 if (server->dialect == SMB311_PROT_ID) in smb3_validate_negotiate()
1118 if (pneg_rsp->Dialect != cpu_to_le16(server->dialect)) in smb3_validate_negotiate()
1730 if ((server->dialect == SMB311_PROT_ID) && in SMB2_tcon()
3565 io_parms->tcon->ses->server->dialect == SMB30_PROT_ID; in smb2_new_read_req()
3970 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev()
Dcifs_debug.c324 server->credits, server->dialect); in cifs_debug_data_proc_show()
Dcifssmb.c574 if (server->dialect != LANMAN_PROT && server->dialect != LANMAN2_PROT) in decode_lanman_negprot_rsp()
713 server->dialect = le16_to_cpu(pSMBr->DialectIndex); in CIFSSMBNegotiate()
714 cifs_dbg(FYI, "Dialect: %d\n", server->dialect); in CIFSSMBNegotiate()
716 if ((pSMBr->hdr.WordCount < 13) || (server->dialect == BAD_PROT)) { in CIFSSMBNegotiate()
Dcifsglob.h696 u16 dialect; /* dialect index that server chose */ member