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_tpl
(Results
1 - 1
of
1
) 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()
argument
78
if (!match_tpl || !
ct_tpl
) {
in get_ct_tuple()
82
ct_tpl
->family = match_tpl->family;
in get_ct_tuple()
83
ct_tpl
->protocol = match_tpl->protocol;
in get_ct_tuple()
84
ct_tpl
->sport = match_tpl->sport;
in get_ct_tuple()
85
ct_tpl
->dport = match_tpl->dport;
in get_ct_tuple()
88
ct_tpl
->ipv4.saddr = match_tpl->ipv4.saddr;
in get_ct_tuple()
89
ct_tpl
->ipv4.daddr = match_tpl->ipv4.daddr;
in get_ct_tuple()
91
ct_tpl
in get_ct_tuple()
113
struct ct_tuple
ct_tpl
= {};
netfirewall_policy_ingress()
local
176
struct ct_tuple
ct_tpl
= {};
netfirewall_policy_egress()
local
[all...]
Completed in 1 milliseconds