Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SMB30_PROT_ID
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb2ops.c
43
.protocol_id =
SMB30_PROT_ID
,
H
A
D
auth.c
773
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
D
smb_common.c
60
SMB30_PROT_ID
H
A
D
smb2pdu.c
1199
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
D
smb2pdu.c
99
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
D
connect.c
1507
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
D
fs_context.c
671
if (ctx->rdma && ctx->vals->protocol_id <
SMB30_PROT_ID
) {
in smb3_fs_context_validate()
H
A
D
sess.c
202
if (server->dialect <
SMB30_PROT_ID
) {
in cifs_try_adding_channels()
H
A
D
smb2ops.c
5721
.protocol_id =
SMB30_PROT_ID
,
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2pdu.c
823
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
D
smb2pdu.h
296
#define
SMB30_PROT_ID
0x0300
macro
H
A
D
sess.c
90
if (ses->server->dialect <
SMB30_PROT_ID
) {
in cifs_try_adding_channels()
H
A
D
connect.c
2226
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
D
smb2ops.c
5640
.protocol_id =
SMB30_PROT_ID
,
/kernel/linux/linux-6.6/fs/smb/common/
H
A
D
smb2pdu.h
426
#define
SMB30_PROT_ID
0x0300
macro
Completed in 61 milliseconds