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:ProtocolId
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2misc.c
43
if ((shdr->
ProtocolId
== SMB2_PROTO_NUMBER) &&
in check_smb2_hdr()
55
if (shdr->
ProtocolId
!= SMB2_PROTO_NUMBER)
in check_smb2_hdr()
57
le32_to_cpu(shdr->
ProtocolId
));
in check_smb2_hdr()
154
if (shdr->
ProtocolId
== SMB2_TRANSFORM_PROTO_NUM) {
in smb2_check_message()
H
A
D
smb2pdu.h
108
__le32
ProtocolId
; /* 0xFE 'S' 'M' 'B' */
member
137
__le32
ProtocolId
; /* 0xFD 'S' 'M' 'B' */
member
148
__le32
ProtocolId
; /* 0xFC 'S' 'M' 'B' */
member
H
A
D
smb2ops.c
273
if (shdr->
ProtocolId
== SMB2_TRANSFORM_PROTO_NUM) {
in __smb2_find_mid()
4165
tr_hdr->
ProtocolId
= SMB2_TRANSFORM_PROTO_NUM;
in fill_transform_hdr()
4465
return trhdr->
ProtocolId
== SMB2_TRANSFORM_PROTO_NUM;
in smb3_is_transform_hdr()
5024
if (hdr->
ProtocolId
== SMB2_TRANSFORM_PROTO_NUM)
in smb2_next_header()
H
A
D
smb2pdu.c
104
shdr->
ProtocolId
= SMB2_PROTO_NUMBER;
in smb2_hdr_assemble()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2misc.c
30
if ((shdr->
ProtocolId
== SMB2_PROTO_NUMBER) &&
in check_smb2_hdr()
42
if (shdr->
ProtocolId
!= SMB2_PROTO_NUMBER)
in check_smb2_hdr()
44
le32_to_cpu(shdr->
ProtocolId
));
in check_smb2_hdr()
154
if (shdr->
ProtocolId
== SMB2_TRANSFORM_PROTO_NUM) {
in smb2_check_message()
H
A
D
smb2ops.c
362
if (shdr->
ProtocolId
== SMB2_TRANSFORM_PROTO_NUM) {
in __smb2_find_mid()
4224
tr_hdr->
ProtocolId
= SMB2_TRANSFORM_PROTO_NUM;
in fill_transform_hdr()
4554
return trhdr->
ProtocolId
== SMB2_TRANSFORM_PROTO_NUM;
in smb3_is_transform_hdr()
5093
if (hdr->
ProtocolId
== SMB2_TRANSFORM_PROTO_NUM) {
in smb2_next_header()
H
A
D
smb2pdu.c
93
shdr->
ProtocolId
= SMB2_PROTO_NUMBER;
in smb2_hdr_assemble()
/kernel/linux/linux-6.6/fs/smb/common/
H
A
D
smb2pdu.h
136
__le32
ProtocolId
; /* 0xFE 'S' 'M' 'B' */
member
157
__le32
ProtocolId
; /* 0xFE 'S' 'M' 'B' */
member
201
__le32
ProtocolId
; /* 0xFD 'S' 'M' 'B' */
member
213
__le32
ProtocolId
; /* 0xFC 'S' 'M' 'B' */
member
233
__le32
ProtocolId
; /* 0xFC 'S' 'M' 'B' */
member
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb_common.c
140
if (smb2_hdr->
ProtocolId
== SMB2_PROTO_NUMBER)
in ksmbd_verify_smb_message()
262
__le32 proto = ((struct smb2_hdr *)smb2_get_msg(buf))->
ProtocolId
;
in ksmbd_negotiate_smb_dialect()
H
A
D
smb2pdu.c
174
if (hdr->
ProtocolId
!= SMB2_PROTO_NUMBER)
in is_smb2_neg_cmd()
198
if (hdr->
ProtocolId
!= SMB2_PROTO_NUMBER)
in is_smb2_rsp()
259
rsp_hdr->
ProtocolId
= SMB2_PROTO_NUMBER;
in init_smb2_neg_rsp()
420
rsp_hdr->
ProtocolId
= SMB2_PROTO_NUMBER;
in init_chained_smb2_rsp()
448
if (hdr->
ProtocolId
!= SMB2_PROTO_NUMBER)
in is_chained_smb2_message()
500
rsp_hdr->
ProtocolId
= rcv_hdr->
ProtocolId
;
in init_smb2_rsp_hdr()
1353
(struct challenge_message *)((char *)&rsp->hdr.
ProtocolId
+ sz);
in ntlm_negotiate()
1387
memcpy((char *)&rsp->hdr.
ProtocolId
+ sz, spnego_blob, spnego_blob_len);
in ntlm_negotiate()
1405
return (struct authenticate_message *)((char *)&req->hdr.
ProtocolId
in user_authblob()
[all...]
H
A
D
connection.c
352
if (((struct smb2_hdr *)smb2_get_msg(conn->request_buf))->
ProtocolId
==
in ksmbd_conn_handler_loop()
H
A
D
oplock.c
656
rsp_hdr->
ProtocolId
= SMB2_PROTO_NUMBER;
in __smb2_oplock_break_noti()
760
rsp_hdr->
ProtocolId
= SMB2_PROTO_NUMBER;
in __smb2_lease_break_noti()
H
A
D
auth.c
922
char *all_bytes_msg = (char *)&rcv_hdr->
ProtocolId
;
in ksmbd_gen_preauth_integrity_hash()
H
A
D
transport_rdma.c
504
hdr->
ProtocolId
, hdr->Command);
in smb_direct_check_recvmsg()
Completed in 55 milliseconds