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:priv_ctx_tx
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/include/net/
H
A
D
tls.h
231
void *
priv_ctx_tx
;
member
386
return (struct tls_sw_context_tx *)tls_ctx->
priv_ctx_tx
;
in tls_sw_ctx_tx()
392
return (struct tls_offload_context_tx *)tls_ctx->
priv_ctx_tx
;
in tls_offload_ctx_tx()
/kernel/linux/linux-5.10/include/net/
H
A
D
tls.h
250
void *
priv_ctx_tx
;
member
590
return (struct tls_sw_context_tx *)tls_ctx->
priv_ctx_tx
;
in tls_sw_ctx_tx()
596
return (struct tls_offload_context_tx *)tls_ctx->
priv_ctx_tx
;
in tls_offload_ctx_tx()
/kernel/linux/linux-6.6/net/tls/
H
A
D
tls_sw.c
2619
if (!ctx->
priv_ctx_tx
) {
in init_ctx_tx()
2624
sw_ctx_tx = ctx->
priv_ctx_tx
;
in init_ctx_tx()
2678
ctx->
priv_ctx_tx
= init_ctx_tx(ctx, sk);
in tls_set_sw_offload()
2679
if (!ctx->
priv_ctx_tx
)
in tls_set_sw_offload()
2682
sw_ctx_tx = ctx->
priv_ctx_tx
;
in tls_set_sw_offload()
2794
kfree(ctx->
priv_ctx_tx
);
in tls_set_sw_offload()
2795
ctx->
priv_ctx_tx
= NULL;
in tls_set_sw_offload()
H
A
D
tls_device.c
1062
if (ctx->
priv_ctx_tx
)
in tls_set_device_offload()
1171
ctx->
priv_ctx_tx
= offload_ctx;
in tls_set_device_offload()
1198
ctx->
priv_ctx_tx
= NULL;
in tls_set_device_offload()
/kernel/linux/linux-5.10/net/tls/
H
A
D
tls_device.c
1032
if (ctx->
priv_ctx_tx
)
in tls_set_device_offload()
1149
ctx->
priv_ctx_tx
= offload_ctx;
in tls_set_device_offload()
1183
ctx->
priv_ctx_tx
= NULL;
in tls_set_device_offload()
H
A
D
tls_sw.c
2333
if (!ctx->
priv_ctx_tx
) {
in tls_set_sw_offload()
2339
ctx->
priv_ctx_tx
= sw_ctx_tx;
in tls_set_sw_offload()
2342
(struct tls_sw_context_tx *)ctx->
priv_ctx_tx
;
in tls_set_sw_offload()
2523
kfree(ctx->
priv_ctx_tx
);
in tls_set_sw_offload()
2524
ctx->
priv_ctx_tx
= NULL;
in tls_set_sw_offload()
Completed in 13 milliseconds