Home
last modified time | relevance | path

Searched refs:SEC (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_map.h25 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 Dnetfirewall_map_def.h19 #ifndef SEC
20 #define SEC(NAME) __attribute__((section(NAME), used)) macro
21 #endif // SEC
H A Dnetfirewall_event_map.h22 bpf_map_def SEC("maps") EVENT_MAP = {
H A Dnetfirewall_ct_map.h22 bpf_map_def SEC("maps") CT_MAP = {
/foundation/communication/netmanager_base/bpf/bpf_progs/
H A Doffload.c19 #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 D464xlat.c19 #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 Dnetstats.c19 #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 Dnet_permission.c19 #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 Dnetsys.c24 #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 Dkeys.h246 KEYWORD(SEC, sec) // analog-clock second

Completed in 4 milliseconds