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:TLS_BASE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/tls/
H
A
D
tls_main.c
313
if (ctx->tx_conf !=
TLS_BASE
|| ctx->rx_conf !=
TLS_BASE
)
in tls_sk_proto_close()
653
ops[
TLS_BASE
][
TLS_BASE
] = *base;
in build_proto_ops()
655
ops[TLS_SW ][
TLS_BASE
] = ops[
TLS_BASE
][
TLS_BASE
];
in build_proto_ops()
656
ops[TLS_SW ][
TLS_BASE
].sendpage_locked = tls_sw_sendpage_locked;
in build_proto_ops()
658
ops[
TLS_BASE
][TLS_SW ] = ops[
TLS_BASE
][TLS_BAS
in build_proto_ops()
[all...]
/kernel/linux/linux-6.6/net/tls/
H
A
D
tls_main.c
382
if (ctx->tx_conf !=
TLS_BASE
|| ctx->rx_conf !=
TLS_BASE
)
in tls_sk_proto_close()
826
ops[
TLS_BASE
][
TLS_BASE
] = *base;
in build_proto_ops()
828
ops[TLS_SW ][
TLS_BASE
] = ops[
TLS_BASE
][
TLS_BASE
];
in build_proto_ops()
829
ops[TLS_SW ][
TLS_BASE
].splice_eof = tls_sw_splice_eof;
in build_proto_ops()
831
ops[
TLS_BASE
][TLS_SW ] = ops[
TLS_BASE
][TLS_BAS
in build_proto_ops()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
tls.h
88
TLS_BASE
,
enumerator
441
case
TLS_BASE
:
in tls_user_config()
/kernel/linux/linux-6.6/include/net/
H
A
D
tls.h
80
TLS_BASE
,
enumerator
Completed in 5 milliseconds