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:resync_type
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/net/
H
A
D
tls.h
303
enum tls_offload_sync_type
resync_type
;
member
304
/* this member is set regardless of
resync_type
, to avoid branches */
473
tls_offload_ctx_rx(tls_ctx)->
resync_type
= type;
in tls_offload_rx_resync_set_type()
/kernel/linux/linux-5.10/include/net/
H
A
D
tls.h
322
enum tls_offload_sync_type
resync_type
;
member
323
/* this member is set regardless of
resync_type
, to avoid branches */
682
tls_offload_ctx_rx(tls_ctx)->
resync_type
= type;
in tls_offload_rx_resync_set_type()
/kernel/linux/linux-5.10/net/tls/
H
A
D
tls_device.c
688
trace_tls_device_rx_resync_send(sk, seq, rcd_sn, rx_ctx->
resync_type
);
in tls_device_resync_rx()
774
switch (rx_ctx->
resync_type
) {
in tls_device_rx_resync_new_rec()
826
if (ctx->
resync_type
!= TLS_OFFLOAD_SYNC_TYPE_CORE_NEXT_HINT)
in tls_device_core_ctrl_rx_resync()
/kernel/linux/linux-6.6/net/tls/
H
A
D
tls_device.c
705
trace_tls_device_rx_resync_send(sk, seq, rcd_sn, rx_ctx->
resync_type
);
in tls_device_resync_rx()
791
switch (rx_ctx->
resync_type
) {
in tls_device_rx_resync_new_rec()
843
if (ctx->
resync_type
!= TLS_OFFLOAD_SYNC_TYPE_CORE_NEXT_HINT)
in tls_device_core_ctrl_rx_resync()
Completed in 7 milliseconds