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:smb2_neg_context
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2pdu.c
590
- sizeof(struct
smb2_neg_context
));
in build_compression_ctxt()
608
sizeof(struct
smb2_neg_context
) +
in build_signing_ctxt()
650
/* context size is DataLength + minimal
smb2_neg_context
*/
in build_netname_ctxt()
651
return ALIGN(le16_to_cpu(pneg_ctxt->DataLength) + sizeof(struct
smb2_neg_context
), 8);
in build_netname_ctxt()
889
struct
smb2_neg_context
*pctx;
in smb311_decode_neg_context()
906
if (len_of_ctxts < sizeof(struct
smb2_neg_context
))
in smb311_decode_neg_context()
909
pctx = (struct
smb2_neg_context
*)(offset + (char *)rsp);
in smb311_decode_neg_context()
910
clen = sizeof(struct
smb2_neg_context
)
in smb311_decode_neg_context()
H
A
D
smb2misc.c
123
if (len < nc_offset + (neg_count * sizeof(struct
smb2_neg_context
))) {
in get_neg_ctxt_len()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2misc.c
127
if (len < nc_offset + (neg_count * sizeof(struct
smb2_neg_context
))) {
in get_neg_ctxt_len()
H
A
D
smb2pdu.c
449
- sizeof(struct
smb2_neg_context
));
in build_compression_ctxt()
487
/* context size is DataLength + minimal
smb2_neg_context
*/
in build_netname_ctxt()
489
sizeof(struct
smb2_neg_context
), 8) * 8;
in build_netname_ctxt()
659
struct
smb2_neg_context
*pctx;
in smb311_decode_neg_context()
679
if (len_of_ctxts < sizeof(struct
smb2_neg_context
))
in smb311_decode_neg_context()
682
pctx = (struct
smb2_neg_context
*)(offset + (char *)rsp);
in smb311_decode_neg_context()
706
offset += clen + sizeof(struct
smb2_neg_context
);
in smb311_decode_neg_context()
H
A
D
smb2pdu.h
329
struct
smb2_neg_context
{
struct
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb2pdu.c
805
- sizeof(struct
smb2_neg_context
));
in build_sign_cap_ctxt()
897
sizeof(struct
smb2_neg_context
) + MIN_PREAUTH_CTXT_DATA_LEN)
in decode_preauth_ctxt()
1011
struct
smb2_neg_context
*pctx = (struct
smb2_neg_context
*)req;
in deassemble_neg_contexts()
1028
if (len_of_ctxts < (int)sizeof(struct
smb2_neg_context
))
in deassemble_neg_contexts()
1031
pctx = (struct
smb2_neg_context
*)((char *)pctx + offset);
in deassemble_neg_contexts()
1033
ctxt_len = clen + sizeof(struct
smb2_neg_context
);
in deassemble_neg_contexts()
/kernel/linux/linux-6.6/fs/smb/common/
H
A
D
smb2pdu.h
446
struct
smb2_neg_context
{
struct
Completed in 35 milliseconds