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:open_record
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/tls/
H
A
D
tls_device.c
193
if (ctx->
open_record
)
in tls_device_sk_destruct()
194
destroy_record(ctx->
open_record
);
in tls_device_sk_destruct()
284
offload_ctx->
open_record
= NULL;
in tls_push_record()
358
offload_ctx->
open_record
= record;
in tls_create_new_record()
369
if (!offload_ctx->
open_record
) {
in tls_do_allocation()
424
struct tls_record_info *record = ctx->
open_record
;
in tls_push_data()
465
record = ctx->
open_record
;
in tls_push_data()
476
ctx->
open_record
= NULL;
in tls_push_data()
484
record = ctx->
open_record
;
in tls_push_data()
518
ctx->
open_record
in tls_push_data()
[all...]
/kernel/linux/linux-6.6/net/tls/
H
A
D
tls_device.c
205
if (ctx->
open_record
)
in tls_device_sk_destruct()
206
destroy_record(ctx->
open_record
);
in tls_device_sk_destruct()
296
offload_ctx->
open_record
= NULL;
in tls_push_record()
366
offload_ctx->
open_record
= record;
in tls_create_new_record()
377
if (!offload_ctx->
open_record
) {
in tls_do_allocation()
477
record = ctx->
open_record
;
in tls_push_data()
488
ctx->
open_record
= NULL;
in tls_push_data()
496
record = ctx->
open_record
;
in tls_push_data()
/kernel/linux/linux-6.6/include/net/
H
A
D
tls.h
151
struct tls_record_info *
open_record
;
member
/kernel/linux/linux-5.10/include/net/
H
A
D
tls.h
177
struct tls_record_info *
open_record
;
member
Completed in 6 milliseconds