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:SEC
(Results
1 - 10
of
10
) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H
A
D
netfirewall_map.h
25
bpf_map_def
SEC
("maps") INGRESS_SADDR_MAP = {
34
bpf_map_def
SEC
("maps") INGRESS_SADDR6_MAP = {
44
bpf_map_def
SEC
("maps") INGRESS_DADDR_MAP = {
53
bpf_map_def
SEC
("maps") INGRESS_DADDR6_MAP = {
63
bpf_map_def
SEC
("maps") INGRESS_SPORT_MAP = {
73
bpf_map_def
SEC
("maps") INGRESS_DPORT_MAP = {
82
bpf_map_def
SEC
("maps") INGRESS_PROTO_MAP = {
91
bpf_map_def
SEC
("maps") INGRESS_ACTION_MAP = {
100
bpf_map_def
SEC
("maps") INGRESS_APPUID_MAP = {
109
bpf_map_def
SEC
("map
[all...]
H
A
D
netfirewall_map_def.h
19
#ifndef
SEC
20
#define
SEC
(NAME) __attribute__((section(NAME), used))
macro
21
#endif //
SEC
H
A
D
netfirewall_event_map.h
22
bpf_map_def
SEC
("maps") EVENT_MAP = {
H
A
D
netfirewall_ct_map.h
22
bpf_map_def
SEC
("maps") CT_MAP = {
/foundation/communication/netmanager_base/bpf/bpf_progs/
H
A
D
offload.c
19
#define
SEC
(NAME) __attribute__((section(NAME), used))
macro
21
static
SEC
("xdp/offload/downstream/ether") int bpf_xdp_offload_downstream_ether(struct xdp_md *ctx) { return 0; }
in bpf_xdp_offload_downstream_ether()
23
static
SEC
("xdp/offload/upstream/ether") int bpf_xdp_offload_upstream_ether(struct xdp_md *ctx) { return 0; }
in bpf_xdp_offload_upstream_ether()
25
static
SEC
("xdp/offload/downstream/raw") int bpf_xdp_offload_downstream_raw(struct xdp_md *ctx) { return 0; }
in bpf_xdp_offload_downstream_raw()
27
static
SEC
("xdp/offload/upstream/raw") int bpf_xdp_offload_upstream_raw(struct xdp_md *ctx) { return 0; }
in bpf_xdp_offload_upstream_raw()
29
char _license[]
SEC
("license") = "GPL"
H
A
D
464xlat.c
19
#define
SEC
(NAME) __attribute__((section(NAME), used))
macro
21
static
SEC
("xlat/egress/ipv4/raw") int bpf_xlat_egress_ipv4_raw(struct __sk_buff *skb) { return 0; }
in bpf_xlat_egress_ipv4_raw()
23
static
SEC
("xlat/ingress/ipv6/ether") int bpf_xlat_ingress_ipv6_ether(struct __sk_buff *skb) { return 0; }
in bpf_xlat_ingress_ipv6_ether()
25
static
SEC
("xlat/ingress/ipv6/raw") int bpf_xlat_ingress_ipv6_raw(struct __sk_buff *skb) { return 0; }
in bpf_xlat_ingress_ipv6_raw()
27
char _license[]
SEC
("license") = "GPL"
H
A
D
netstats.c
19
#define
SEC
(NAME) __attribute__((section(NAME), used))
macro
47
bpf_map_def
SEC
("maps") iface_stats_map = {
57
bpf_map_def
SEC
("maps") iface_name_map = {
67
bpf_map_def
SEC
("maps") app_uid_stats_map = {
77
static
SEC
("cgroup_skb/uid/ingress") int bpf_cgroup_skb_uid_ingress(struct __sk_buff *skb)
in bpf_cgroup_skb_uid_ingress()
98
static
SEC
("cgroup_skb/uid/egress") int bpf_cgroup_skb_uid_egress(struct __sk_buff *skb)
in bpf_cgroup_skb_uid_egress()
119
static
SEC
("socket/iface/ingress") void bpf_socket_iface_ingress(struct __sk_buff *skb)
in bpf_socket_iface_ingress()
139
static
SEC
("socket/iface/egress") void bpf_socket_iface_egress(struct __sk_buff *skb)
in bpf_socket_iface_egress()
159
char _license[]
SEC
("license") = "GPL"
H
A
D
net_permission.c
19
#define
SEC
(NAME) __attribute__((section(NAME), used))
macro
21
static
SEC
("cgroup/socket/create") int bpf_socekt_create(struct bpf_sock *sock) {}
in bpf_socekt_create()
23
char _license[]
SEC
("license") = "GPL"
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H
A
D
netsys.c
24
#define
SEC
(NAME) __attribute__((section(NAME), used))
macro
27
bpf_map_def
SEC
("maps") iface_stats_map = {
37
bpf_map_def
SEC
("maps") app_uid_stats_map = {
47
bpf_map_def
SEC
("maps") sock_netns_map = {
57
bpf_map_def
SEC
("maps") app_uid_sim_stats_map = {
67
bpf_map_def
SEC
("maps") app_uid_if_stats_map = {
77
bpf_map_def
SEC
("maps") app_cookie_stats_map = {
102
SEC
("socket/iface/stats")
135
bpf_map_def
SEC
("maps") app_uid_access_policy_map = {
145
bpf_map_def
SEC
("map
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H
A
D
keys.h
246
KEYWORD(
SEC
, sec) // analog-clock second
Completed in 4 milliseconds