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:ContextType
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/common/
H
A
D
smb2pdu.h
252
__le16
ContextType
;
member
447
__le16
ContextType
;
member
463
__le16
ContextType
; /* 1 */
member
481
__le16
ContextType
; /* 2 */
member
502
__le16
ContextType
; /* 3 */
member
518
__le16
ContextType
; /* 5 */
member
533
__le16
ContextType
; /* 6 */
member
551
__le16
ContextType
; /* 7 */
member
574
__le16
ContextType
; /* 8 */
member
584
__le16
ContextType
; /*
member
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb2pdu.h
330
__le16
ContextType
;
member
351
__le16
ContextType
; /* 1 */
member
370
__le16
ContextType
; /* 2 */
member
391
__le16
ContextType
; /* 3 */
member
405
__le16
ContextType
; /* 5 */
member
421
__le16
ContextType
; /* 7 */
member
436
__le16
ContextType
; /* 8 */
member
445
__le16
ContextType
; /* 0x100 */
member
532
__le16
ContextType
;
member
H
A
D
smb2pdu.c
435
pneg_ctxt->
ContextType
= SMB2_PREAUTH_INTEGRITY_CAPABILITIES;
in build_preauth_ctxt()
446
pneg_ctxt->
ContextType
= SMB2_COMPRESSION_CAPABILITIES;
in build_compression_ctxt()
459
pneg_ctxt->
ContextType
= SMB2_ENCRYPTION_CAPABILITIES;
in build_encrypt_ctxt()
483
pneg_ctxt->
ContextType
= SMB2_NETNAME_NEGOTIATE_CONTEXT_ID;
in build_netname_ctxt()
495
pneg_ctxt->
ContextType
= SMB2_POSIX_EXTENSIONS_AVAILABLE;
in build_posix_ctxt()
687
if (pctx->
ContextType
== SMB2_PREAUTH_INTEGRITY_CAPABILITIES)
in smb311_decode_neg_context()
690
else if (pctx->
ContextType
== SMB2_ENCRYPTION_CAPABILITIES)
in smb311_decode_neg_context()
693
else if (pctx->
ContextType
== SMB2_COMPRESSION_CAPABILITIES)
in smb311_decode_neg_context()
696
else if (pctx->
ContextType
== SMB2_POSIX_EXTENSIONS_AVAILABLE)
in smb311_decode_neg_context()
700
le16_to_cpu(pctx->
ContextType
));
in smb311_decode_neg_context()
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2pdu.c
576
pneg_ctxt->
ContextType
= SMB2_PREAUTH_INTEGRITY_CAPABILITIES;
in build_preauth_ctxt()
587
pneg_ctxt->
ContextType
= SMB2_COMPRESSION_CAPABILITIES;
in build_compression_ctxt()
603
pneg_ctxt->
ContextType
= SMB2_SIGNING_CAPABILITIES;
in build_signing_ctxt()
622
pneg_ctxt->
ContextType
= SMB2_ENCRYPTION_CAPABILITIES;
in build_encrypt_ctxt()
646
pneg_ctxt->
ContextType
= SMB2_NETNAME_NEGOTIATE_CONTEXT_ID;
in build_netname_ctxt()
657
pneg_ctxt->
ContextType
= SMB2_POSIX_EXTENSIONS_AVAILABLE;
in build_posix_ctxt()
922
if (pctx->
ContextType
== SMB2_PREAUTH_INTEGRITY_CAPABILITIES)
in smb311_decode_neg_context()
925
else if (pctx->
ContextType
== SMB2_ENCRYPTION_CAPABILITIES)
in smb311_decode_neg_context()
928
else if (pctx->
ContextType
== SMB2_COMPRESSION_CAPABILITIES)
in smb311_decode_neg_context()
931
else if (pctx->
ContextType
in smb311_decode_neg_context()
[all...]
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb2pdu.c
780
pneg_ctxt->
ContextType
= SMB2_PREAUTH_INTEGRITY_CAPABILITIES;
in build_preauth_ctxt()
792
pneg_ctxt->
ContextType
= SMB2_ENCRYPTION_CAPABILITIES;
in build_encrypt_ctxt()
802
pneg_ctxt->
ContextType
= SMB2_SIGNING_CAPABILITIES;
in build_sign_cap_ctxt()
813
pneg_ctxt->
ContextType
= SMB2_POSIX_EXTENSIONS_AVAILABLE;
in build_posix_ctxt()
1038
if (pctx->
ContextType
== SMB2_PREAUTH_INTEGRITY_CAPABILITIES) {
in deassemble_neg_contexts()
1049
} else if (pctx->
ContextType
== SMB2_ENCRYPTION_CAPABILITIES) {
in deassemble_neg_contexts()
1058
} else if (pctx->
ContextType
== SMB2_COMPRESSION_CAPABILITIES) {
in deassemble_neg_contexts()
1066
} else if (pctx->
ContextType
== SMB2_NETNAME_NEGOTIATE_CONTEXT_ID) {
in deassemble_neg_contexts()
1069
} else if (pctx->
ContextType
== SMB2_POSIX_EXTENSIONS_AVAILABLE) {
in deassemble_neg_contexts()
1073
} else if (pctx->
ContextType
in deassemble_neg_contexts()
[all...]
Completed in 21 milliseconds