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_tuple
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H
A
D
netfirewall.h
73
* @param ct_tpl struct
ct_tuple
76
static __always_inline bool get_ct_tuple(struct match_tuple *match_tpl, struct
ct_tuple
*ct_tpl)
in get_ct_tuple()
113
struct
ct_tuple
ct_tpl = {};
in netfirewall_policy_ingress()
176
struct
ct_tuple
ct_tpl = {};
in netfirewall_policy_egress()
H
A
D
netfirewall_ct_map.h
24
.key_size = sizeof(struct
ct_tuple
),
H
A
D
netfirewall_ct_def.h
47
struct
ct_tuple
{
struct
H
A
D
netfirewall_ct.h
128
* @brief create a key pair of
ct_tuple
/ct_entry and add to ct map
130
* @param tuple struct
ct_tuple
135
static __always_inline bool ct_create_entry(struct
ct_tuple
*tuple, struct __sk_buff *skb, const enum ct_dir dir)
in ct_create_entry()
150
* @brief lookup from ct map by
ct_tuple
if found then update lifetime of connection
153
* @param tuple struct
ct_tuple
157
static __always_inline enum ct_status ct_lookup_entry(struct __sk_buff *skb, const struct
ct_tuple
*tuple,
in ct_lookup_entry()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H
A
D
bpf_netfirewall.h
62
using CtKey = struct
ct_tuple
;
Completed in 2 milliseconds