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:NextCommand
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb2misc.c
363
__u32 req_struct_size, next_cmd = le32_to_cpu(hdr->
NextCommand
);
in ksmbd_smb2_check_message()
H
A
D
smb2pdu.c
264
rsp_hdr->
NextCommand
= 0;
in init_smb2_neg_rsp()
358
if (!req_hdr->
NextCommand
) {
in smb2_set_rsp_credits()
396
next_hdr_offset = le32_to_cpu(req->
NextCommand
);
in init_chained_smb2_rsp()
401
rsp->
NextCommand
= cpu_to_le32(new_len);
in init_chained_smb2_rsp()
429
rsp_hdr->
NextCommand
= 0;
in init_chained_smb2_rsp()
452
next_cmd = le32_to_cpu(hdr->
NextCommand
);
in is_chained_smb2_message()
508
rsp_hdr->
NextCommand
= 0;
in init_smb2_rsp_hdr()
547
if (le32_to_cpu(hdr->
NextCommand
) > 0)
in smb2_allocate_rsp_buf()
2686
if (req->hdr.
NextCommand
&& !work->next_smb2_rcv_hdr_off &&
in smb2_open()
8309
if (work->next_smb2_rcv_hdr_off && req->hdr.
NextCommand
) {
in smb2_notify()
[all...]
H
A
D
oplock.c
661
rsp_hdr->
NextCommand
= 0;
in __smb2_oplock_break_noti()
765
rsp_hdr->
NextCommand
= 0;
in __smb2_lease_break_noti()
/kernel/linux/linux-6.6/fs/smb/common/
H
A
D
smb2pdu.h
143
__le32
NextCommand
;
member
165
__le32
NextCommand
;
member
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2ops.c
2497
shdr->
NextCommand
= cpu_to_le32(len);
in smb2_set_next_command()
4923
if (shdr->
NextCommand
) {
in receive_encrypted_standard()
4929
buf + le32_to_cpu(shdr->
NextCommand
),
in receive_encrypted_standard()
4930
pdu_length - le32_to_cpu(shdr->
NextCommand
));
in receive_encrypted_standard()
4954
if (ret == 0 && shdr->
NextCommand
) {
in receive_encrypted_standard()
4955
pdu_length -= le32_to_cpu(shdr->
NextCommand
);
in receive_encrypted_standard()
5028
return le32_to_cpu(hdr->
NextCommand
);
in smb2_next_header()
H
A
D
smb2pdu.h
115
__le32
NextCommand
;
member
H
A
D
smb2pdu.c
3903
shdr->
NextCommand
= cpu_to_le32(*total_len);
in smb2_new_read_req()
3905
shdr->
NextCommand
= 0;
in smb2_new_read_req()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2ops.c
2530
shdr->
NextCommand
= cpu_to_le32(len);
in smb2_set_next_command()
4991
next_cmd = le32_to_cpu(shdr->
NextCommand
);
in receive_encrypted_standard()
5098
*noff = le32_to_cpu(hdr->
NextCommand
);
in smb2_next_header()
H
A
D
smb2pdu.c
4316
shdr->
NextCommand
= cpu_to_le32(*total_len);
in smb2_new_read_req()
4318
shdr->
NextCommand
= 0;
in smb2_new_read_req()
Completed in 56 milliseconds