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:get_rfc1002_len
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
connection.c
192
get_rfc1002_len
(work->iov[0].iov_base) + 4,
in ksmbd_conn_write()
299
pdu_size =
get_rfc1002_len
(hdr_buf);
in ksmbd_conn_handler_loop()
H
A
D
smb2misc.c
362
__u32 len =
get_rfc1002_len
(work->request_buf);
in ksmbd_smb2_check_message()
H
A
D
smb2pdu.c
395
len =
get_rfc1002_len
(work->response_buf) - work->next_smb2_rsp_hdr_off;
in init_chained_smb2_rsp()
456
get_rfc1002_len
(work->request_buf)) {
in is_chained_smb2_message()
462
if ((u64)
get_rfc1002_len
(work->response_buf) + MAX_CIFS_SMALL_BUFFER_SIZE >
in is_chained_smb2_message()
476
len = ALIGN(
get_rfc1002_len
(work->response_buf), 8);
in is_chained_smb2_message()
477
len = len -
get_rfc1002_len
(work->response_buf);
in is_chained_smb2_message()
1112
smb2_buf_len =
get_rfc1002_len
(work->request_buf);
in smb2_handle_negotiate()
1170
get_rfc1002_len
(work->request_buf));
in smb2_handle_negotiate()
4008
(
get_rfc1002_len
(work->response_buf) + 4)) - hdr2_len;
in smb2_resp_buf_len()
6441
get_rfc1002_len
(work->request_buf)) {
in smb2_write_pipe()
6444
get_rfc1002_len
(wor
in smb2_write_pipe()
[all...]
H
A
D
smb_common.h
459
static inline unsigned int
get_rfc1002_len
(void *buf)
in get_rfc1002_len()
function
H
A
D
smb_common.c
261
int smb_buf_length =
get_rfc1002_len
(buf);
in ksmbd_negotiate_smb_dialect()
H
A
D
auth.c
923
int msg_size =
get_rfc1002_len
(buf);
in ksmbd_gen_preauth_integrity_hash()
Completed in 13 milliseconds