Home
last modified time | relevance | path

Searched refs:SMB30_PROT_ID (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2ops.c43 .protocol_id = SMB30_PROT_ID,
H A Dauth.c773 if (conn->dialect >= SMB30_PROT_ID && signing->binding) in generate_smb3signingkey()
783 if (!(conn->dialect >= SMB30_PROT_ID && signing->binding)) in generate_smb3signingkey()
H A Dsmb_common.c60 SMB30_PROT_ID
H A Dsmb2pdu.c1199 case SMB30_PROT_ID: in smb2_handle_negotiate()
1558 if (conn->dialect >= SMB30_PROT_ID) { in ntlm_authenticate()
1639 if (conn->dialect >= SMB30_PROT_ID) { in krb5_authenticate()
1704 } else if (conn->dialect >= SMB30_PROT_ID && in smb2_sess_setup()
1758 } else if ((conn->dialect < SMB30_PROT_ID || in smb2_sess_setup()
6210 if (work->conn->dialect == SMB30_PROT_ID && in smb2_set_remote_key_for_rdma()
7713 if (conn->dialect < SMB30_PROT_ID) { in smb2_ioctl()
8655 if (conn->dialect < SMB30_PROT_ID) in smb3_11_final_sess_setup_resp()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2pdu.c99 if (server->dialect >= SMB30_PROT_ID) { in smb2_hdr_assemble()
1054 req->Dialects[0] = cpu_to_le16(SMB30_PROT_ID); in SMB2_negotiate()
1062 req->Dialects[1] = cpu_to_le16(SMB30_PROT_ID); in SMB2_negotiate()
1164 else if (rsp->DialectRevision == cpu_to_le16(SMB30_PROT_ID)) in SMB2_negotiate()
1206 if (server->dialect == SMB30_PROT_ID && (server->capabilities & SMB2_GLOBAL_CAP_ENCRYPTION)) in SMB2_negotiate()
1303 pneg_inbuf->Dialects[0] = cpu_to_le16(SMB30_PROT_ID); in smb3_validate_negotiate()
1313 pneg_inbuf->Dialects[1] = cpu_to_le16(SMB30_PROT_ID); in smb3_validate_negotiate()
1819 if (ses->server->dialect < SMB30_PROT_ID) { in SMB2_sess_auth_rawntlmssp_authenticate()
4290 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_new_read_req()
4745 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev()
[all...]
H A Dconnect.c1507 if (server->vals->protocol_id < SMB30_PROT_ID) in match_server()
2658 if (ses->server->vals->protocol_id >= SMB30_PROT_ID) { in cifs_get_tcon()
2718 if (ses->server->dialect >= SMB30_PROT_ID && in cifs_get_tcon()
H A Dfs_context.c671 if (ctx->rdma && ctx->vals->protocol_id < SMB30_PROT_ID) { in smb3_fs_context_validate()
H A Dsess.c202 if (server->dialect < SMB30_PROT_ID) { in cifs_try_adding_channels()
H A Dsmb2ops.c5721 .protocol_id = SMB30_PROT_ID,
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2pdu.c823 req->Dialects[0] = cpu_to_le16(SMB30_PROT_ID); in SMB2_negotiate()
830 req->Dialects[1] = cpu_to_le16(SMB30_PROT_ID); in SMB2_negotiate()
925 else if (rsp->DialectRevision == cpu_to_le16(SMB30_PROT_ID)) in SMB2_negotiate()
966 if (server->dialect == SMB30_PROT_ID && (server->capabilities & SMB2_GLOBAL_CAP_ENCRYPTION)) in SMB2_negotiate()
1063 pneg_inbuf->Dialects[0] = cpu_to_le16(SMB30_PROT_ID); in smb3_validate_negotiate()
1072 pneg_inbuf->Dialects[1] = cpu_to_le16(SMB30_PROT_ID); in smb3_validate_negotiate()
1541 if (ses->server->dialect < SMB30_PROT_ID) { in SMB2_sess_auth_rawntlmssp_authenticate()
3875 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_new_read_req()
4304 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev()
H A Dsmb2pdu.h296 #define SMB30_PROT_ID 0x0300 macro
H A Dsess.c90 if (ses->server->dialect < SMB30_PROT_ID) { in cifs_try_adding_channels()
H A Dconnect.c2226 if (vol->rdma && vol->vals->protocol_id < SMB30_PROT_ID) { in cifs_parse_mount_options()
2424 if (server->vals->protocol_id < SMB30_PROT_ID) in match_server()
H A Dsmb2ops.c5640 .protocol_id = SMB30_PROT_ID,
/kernel/linux/linux-6.6/fs/smb/common/
H A Dsmb2pdu.h426 #define SMB30_PROT_ID 0x0300 macro

Completed in 62 milliseconds