/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Filtering.cpp | 88 ruleTable->rules[cnt].rule.attrib.attrib_mask); in AddFilteringRule() 99 if (ruleTable->rules[cnt].status != 0) in AddFilteringRule() 102 cnt, ruleTable->rules[cnt].status); in AddFilteringRule() 110 if(ruleTable->rules[cnt].status != 0) in AddFilteringRule() 113 cnt, ruleTable->rules[cnt].status); in AddFilteringRule() 144 ruleTable_v2->rules = (uint64_t)calloc(ruleTable->num_rules, sizeof(struct ipa_flt_rule_add_v2)); in AddFilteringRule_hw_index() 145 if (!ruleTable_v2->rules) { in AddFilteringRule_hw_index() 161 flt_rule_entry.at_rear = ruleTable->rules[cnt].at_rear; in AddFilteringRule_hw_index() 162 flt_rule_entry.rule.retain_hdr = ruleTable->rules[cnt].rule.retain_hdr; in AddFilteringRule_hw_index() 163 flt_rule_entry.rule.to_uc = ruleTable->rules[cnt].rule.to_uc; in AddFilteringRule_hw_index() [all …]
|
D | IPACM_Routing.cpp | 87 if(ruleTable->rules[cnt].rule.dst > IPA_CLIENT_MAX) in AddRoutingRule() 89 IPACMERR("Invalid dst pipe, Rule:%d dst_pipe:%d\n", cnt, ruleTable->rules[cnt].rule.dst); in AddRoutingRule() 108 IPACMDBG("Rule:%d dst_pipe:%d\n", cnt, ruleTable->rules[cnt].rule.dst); in AddRoutingRule() 138 ruleTable_v2->rules = (uint64_t)calloc(ruleTable->num_rules, sizeof(struct ipa_rt_rule_add_v2)); in AddRoutingRule_hw_index() 139 if (!ruleTable_v2->rules) { in AddRoutingRule_hw_index() 156 rt_rule_entry.at_rear = ruleTable->rules[cnt].at_rear; in AddRoutingRule_hw_index() 157 rt_rule_entry.rule.dst = ruleTable->rules[cnt].rule.dst; in AddRoutingRule_hw_index() 158 rt_rule_entry.rule.hdr_hdl = ruleTable->rules[cnt].rule.hdr_hdl; in AddRoutingRule_hw_index() 159 rt_rule_entry.rule.hdr_proc_ctx_hdl = ruleTable->rules[cnt].rule.hdr_proc_ctx_hdl; in AddRoutingRule_hw_index() 160 rt_rule_entry.rule.max_prio = ruleTable->rules[cnt].rule.max_prio; in AddRoutingRule_hw_index() [all …]
|
D | IPACM_Iface.cpp | 142 memcpy(&(m_pFilteringTable->rules[0]), &flt_rule_entry, sizeof(struct ipa_flt_rule_add)); in handle_software_routing_enable() 174 memcpy(&(m_pFilteringTable->rules[0]), &flt_rule_entry, sizeof(struct ipa_flt_rule_add)); in handle_software_routing_enable() 193 else if (m_pFilteringTable->rules[0].status) in handle_software_routing_enable() 195 IPACMERR("adding flt rule failed status=0x%x\n", m_pFilteringTable->rules[0].status); in handle_software_routing_enable() 202 IPACMDBG("soft-routing ipv4 flt rule hdl0=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl); in handle_software_routing_enable() 204 software_routing_fl_rule_hdl[0] = m_pFilteringTable->rules[0].flt_rule_hdl; in handle_software_routing_enable() 224 memcpy(&(m_pFilteringTable->rules[0]), &flt_rule_entry, sizeof(struct ipa_flt_rule_add)); in handle_software_routing_enable() 243 else if (m_pFilteringTable->rules[0].status) in handle_software_routing_enable() 245 IPACMERR("adding flt rule failed status=0x%x\n", m_pFilteringTable->rules[0].status); in handle_software_routing_enable() 252 IPACMDBG("soft-routing ipv6 flt rule hdl0=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl); in handle_software_routing_enable() [all …]
|
D | IPACM_Wan.cpp | 339 rt_rule_entry = &rt_rule->rules[0]; in handle_addr_evt() 559 memcpy(&(flt_rule->rules[0]), &flt_rule_entry, sizeof(struct ipa_flt_rule_add)); in handle_addr_evt() 583 ipv6_dest_flt_rule_hdl[num_ipv6_dest_flt_rule] = flt_rule->rules[0].flt_rule_hdl; in handle_addr_evt() 649 rt_rule_entry = &rt_rule->rules[0]; in handle_addr_evt() 883 rt_rule_entry = &rt_rule->rules[0]; in handle_addr_evt_mhi_q6() 973 rt_rule_entry = &rt_rule->rules[0]; in handle_addr_evt_mhi_q6() 2061 rt_rule_entry = &rt_rule->rules[0]; in handle_route_add_evt() 2770 memcpy(&(m_pFilteringTable->rules[0]), &flt_rule_entry, sizeof(struct ipa_flt_rule_add)); in config_dft_firewall_rules() 2792 ipv6_frag_firewall_flt_rule_hdl = m_pFilteringTable->rules[0].flt_rule_hdl; in config_dft_firewall_rules() 2876 memcpy(&(m_pFilteringTable->rules[0]), &flt_rule_entry, sizeof(struct ipa_flt_rule_add)); in config_dft_firewall_rules() [all …]
|
D | IPACM_Lan.cpp | 1383 rt_rule_entry = &rt_rule->rules[0]; in handle_addr_evt() 1451 rt_rule_entry = &rt_rule->rules[0]; in handle_addr_evt() 1610 memcpy(&(m_pFilteringTable->rules[i]), &flt_rule_entry, sizeof(struct ipa_flt_rule_add)); in handle_private_subnet() 1638 private_fl_rule_hdl[i] = m_pFilteringTable->rules[i].flt_rule_hdl; in handle_private_subnet() 1741 memcpy(&m_pFilteringTable->rules[0], &flt_rule_entry, sizeof(flt_rule_entry)); in handle_wan_up() 1765 m_pFilteringTable->rules[0].flt_rule_hdl, in handle_wan_up() 1766 m_pFilteringTable->rules[0].status); in handle_wan_up() 1771 lan_wan_fl_rule_hdl[0] = m_pFilteringTable->rules[0].flt_rule_hdl; in handle_wan_up() 1842 memcpy(&(m_pFilteringTable->rules[0]), &flt_rule_entry, sizeof(struct ipa_flt_rule_add)); in handle_wan_up() 1866 …t rule hdl0=0x%x, status=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl, m_pFilteringTable->rul… in handle_wan_up() [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Filtering.cpp | 84 ruleTable->rules[cnt].rule.attrib.attrib_mask); in AddFilteringRule() 95 if (ruleTable->rules[cnt].status != 0) in AddFilteringRule() 98 cnt, ruleTable->rules[cnt].status); in AddFilteringRule() 106 if(ruleTable->rules[cnt].status != 0) in AddFilteringRule() 109 cnt, ruleTable->rules[cnt].status); in AddFilteringRule() 132 if(ruleTable->rules[cnt].status != 0) in AddFilteringRuleAfter() 135 cnt, ruleTable->rules[cnt].status); in AddFilteringRuleAfter() 318 …qmi_rule_msg.filter_spec_list[pos].filter_action = GetQmiFilterAction(rule_table_v4->rules[cnt].ru… in AddWanDLFilteringRule() 320 … qmi_rule_msg.filter_spec_list[pos].route_table_index = rule_table_v4->rules[cnt].rule.rt_tbl_idx; in AddWanDLFilteringRule() 324 &rule_table_v4->rules[cnt].rule.eq_attrib, in AddWanDLFilteringRule() [all …]
|
D | IPACM_Iface.cpp | 143 memcpy(&(m_pFilteringTable->rules[0]), &flt_rule_entry, sizeof(struct ipa_flt_rule_add)); in handle_software_routing_enable() 156 else if (m_pFilteringTable->rules[0].status) in handle_software_routing_enable() 158 IPACMERR("adding flt rule failed status=0x%x\n", m_pFilteringTable->rules[0].status); in handle_software_routing_enable() 164 IPACMDBG("soft-routing flt rule hdl0=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl); in handle_software_routing_enable() 166 software_routing_fl_rule_hdl[0] = m_pFilteringTable->rules[0].flt_rule_hdl; in handle_software_routing_enable() 177 else if (m_pFilteringTable->rules[0].status) in handle_software_routing_enable() 179 IPACMDBG("adding flt rule failed status=0x%x\n", m_pFilteringTable->rules[0].status); in handle_software_routing_enable() 185 IPACMDBG("soft-routing flt rule hdl0=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl); in handle_software_routing_enable() 187 software_routing_fl_rule_hdl[1] = m_pFilteringTable->rules[0].flt_rule_hdl; in handle_software_routing_enable() 208 else if (m_pFilteringTable->rules[0].status) [all …]
|
D | IPACM_Routing.cpp | 87 if(ruleTable->rules[cnt].rule.dst > IPA_CLIENT_MAX) in AddRoutingRule() 89 IPACMERR("Invalid dst pipe, Rule:%d dst_pipe:%d\n", cnt, ruleTable->rules[cnt].rule.dst); in AddRoutingRule() 108 IPACMDBG("Rule:%d dst_pipe:%d\n", cnt, ruleTable->rules[cnt].rule.dst); in AddRoutingRule() 268 if(mdfyRules->rules[cnt].status != 0) in ModifyRoutingRule()
|
D | IPACM_Wan.cpp | 252 rt_rule_entry = &rt_rule->rules[0]; in handle_addr_evt() 380 memcpy(&(flt_rule->rules[0]), &flt_rule_entry, sizeof(struct ipa_flt_rule_add)); in handle_addr_evt() 392 ipv6_dest_flt_rule_hdl[num_ipv6_dest_flt_rule] = flt_rule->rules[0].flt_rule_hdl; in handle_addr_evt() 443 rt_rule_entry = &rt_rule->rules[0]; in handle_addr_evt() 1405 rt_rule_entry = &rt_rule->rules[0]; in handle_route_add_evt() 2032 memcpy(&(m_pFilteringTable->rules[0]), &flt_rule_entry, sizeof(struct ipa_flt_rule_add)); in config_dft_firewall_rules() 2042 ipv6_frag_firewall_flt_rule_hdl = m_pFilteringTable->rules[0].flt_rule_hdl; in config_dft_firewall_rules() 2118 memcpy(&(m_pFilteringTable->rules[0]), &flt_rule_entry, sizeof(struct ipa_flt_rule_add)); in config_dft_firewall_rules() 2129 …t rule hdl0=0x%x, status=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl, m_pFilteringTable->rul… in config_dft_firewall_rules() 2133 dft_wan_fl_hdl[0] = m_pFilteringTable->rules[0].flt_rule_hdl; in config_dft_firewall_rules() [all …]
|
D | IPACM_Lan.cpp | 1165 rt_rule_entry = &rt_rule->rules[0]; in handle_addr_evt() 1228 rt_rule_entry = &rt_rule->rules[0]; in handle_addr_evt() 1377 memcpy(&(m_pFilteringTable->rules[i]), &flt_rule_entry, sizeof(struct ipa_flt_rule_add)); in handle_private_subnet() 1392 private_fl_rule_hdl[i] = m_pFilteringTable->rules[i].flt_rule_hdl; in handle_private_subnet() 1478 memcpy(&m_pFilteringTable->rules[0], &flt_rule_entry, sizeof(flt_rule_entry)); in handle_wan_up() 1489 m_pFilteringTable->rules[0].flt_rule_hdl, in handle_wan_up() 1490 m_pFilteringTable->rules[0].status); in handle_wan_up() 1495 lan_wan_fl_rule_hdl[0] = m_pFilteringTable->rules[0].flt_rule_hdl; in handle_wan_up() 1562 memcpy(&(m_pFilteringTable->rules[0]), &flt_rule_entry, sizeof(struct ipa_flt_rule_add)); in handle_wan_up() 1572 …t rule hdl0=0x%x, status=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl, m_pFilteringTable->rul… in handle_wan_up() [all …]
|
/hardware/google/pixel-sepolicy/citadel/ |
D | README.md | 1 ### Citadel SELinux rules 3 This directory contains all the SELinux rules for communication with the
|
/hardware/google/aemu/ |
D | BUILD.bazel | 1 load("@rules_license//rules:license.bzl", "license") 2 load("@rules_license//rules:license_kind.bzl", "license_kind")
|
/hardware/interfaces/audio/effect/all-versions/vts/functional/ |
D | Android.bp | 57 // TODO(b/146104851): Add auto-gen rules and remove it. 77 // TODO(b/146104851): Add auto-gen rules and remove it. 97 // TODO(b/146104851): Add auto-gen rules and remove it. 117 // TODO(b/146104851): Add auto-gen rules and remove it. 137 // TODO(b/146104851): Add auto-gen rules and remove it.
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | Android.bp | 80 // TODO(b/146104851): Add auto-gen rules and remove it. 112 // TODO(b/146104851): Add auto-gen rules and remove it. 141 // TODO(b/146104851): Add auto-gen rules and remove it. 174 // TODO(b/146104851): Add auto-gen rules and remove it. 207 // TODO(b/146104851): Add auto-gen rules and remove it. 241 // TODO(b/146104851): Add auto-gen rules and remove it.
|
/hardware/interfaces/compatibility_matrices/build/ |
D | Android.bp | 25 name: "vintf-compatibility-matrix-soong-rules", 30 "kernel-config-soong-rules",
|
/hardware/google/gfxstream/ |
D | BUILD.bazel | 1 load("@rules_license//rules:license.bzl", "license") 2 load("@rules_license//rules:license_kind.bzl", "license_kind")
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_external_memory.adoc | 32 considered aliasing according to the rules outlined in the 35 *RESOLVED*: Yes, but strict exceptions to the rules are added to allow some 37 Further, other extensions may build upon these new aliasing rules to define
|
D | VK_EXT_scalar_block_layout.adoc | 23 It modifies the alignment rules for uniform buffers, storage buffers and
|
D | VK_KHR_uniform_buffer_standard_layout.adoc | 25 It modifies the alignment rules for uniform buffers, allowing for tighter
|
D | VK_KHR_imageless_framebuffer.adoc | 21 avoiding the need for many of the confusing compatibility rules.
|
/hardware/broadcom/wlan/ |
D | .gitignore | 10 # Normal rules
|
/hardware/interfaces/audio/policy/1.0/vts/functional/ |
D | Android.bp | 37 // TODO(b/146104851): Add auto-gen rules and remove it.
|
/hardware/google/gfxstream/third-party/astc-encoder/ |
D | Android.bp | 34 // TODO(gregschlom) Write the rules to actually build this library
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | ray_tracing_pipeline_create_info_common.adoc | 10 pipeline linking rules described in the <<interfaces,Shader Interfaces>>
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Wan.h | 472 int config_dft_firewall_rules_ex(struct ipa_flt_rule_add* rules, int rule_offset, 479 int add_icmp_alg_rules(struct ipa_flt_rule_add* rules, int rule_offset, ipa_ip_type iptype); 490 int add_dft_filtering_rule(struct ipa_flt_rule_add* rules, int rule_offset, ipa_ip_type iptype);
|