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:ct_entry
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H
A
D
netfirewall_ct.h
25
static __always_inline void reset_seen_flags(struct
ct_entry
*entry)
in reset_seen_flags()
31
static __always_inline void reset_closing_flags(struct
ct_entry
*entry)
in reset_closing_flags()
37
static __always_inline bool is_conn_alive(const struct
ct_entry
*entry)
in is_conn_alive()
42
static __always_inline bool is_conn_closing(const struct
ct_entry
*entry)
in is_conn_closing()
60
static __always_inline bool is_seen_both_syns(const struct
ct_entry
*entry)
in is_seen_both_syns()
68
static __always_inline bool update_timeout_inner(struct
ct_entry
*entry, __u32 lifetime, enum ct_dir dir,
in update_timeout_inner()
102
* @param entry struct
ct_entry
109
static __always_inline bool ct_update_timeout(struct
ct_entry
*entry, bool tcp, enum ct_dir dir,
in ct_update_timeout()
128
* @brief create a key pair of ct_tuple/
ct_entry
and add to ct map
137
struct
ct_entry
entr
in ct_create_entry()
[all...]
H
A
D
netfirewall_ct_map.h
25
.value_size = sizeof(struct
ct_entry
),
H
A
D
netfirewall_ct_def.h
65
struct
ct_entry
{
struct
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H
A
D
bpf_netfirewall.h
63
using CtVaule = struct
ct_entry
;
Completed in 2 milliseconds