/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_LanToLan.cpp | 583 uint32_t flt_rule_hdl; in add_client_flt_rule() local 598 iptype, &flt_rule_hdl); in add_client_flt_rule() 599 IPACMDBG_H("Installed flt rule for IP type %d: handle %d\n", iptype, flt_rule_hdl); in add_client_flt_rule() 606 it_flt->flt_rule_hdl[iptype] = flt_rule_hdl; in add_client_flt_rule() 616 new_flt_info.flt_rule_hdl[iptype] = flt_rule_hdl; in add_client_flt_rule() 651 m_p_iface->eth_bridge_del_flt_rule(it_flt->flt_rule_hdl[IPA_IP_v4], IPA_IP_v4); in del_client_flt_rule() 652 IPACMDBG_H("IPv4 flt rule %d is deleted.\n", it_flt->flt_rule_hdl[IPA_IP_v4]); in del_client_flt_rule() 656 m_p_iface->eth_bridge_del_flt_rule(it_flt->flt_rule_hdl[IPA_IP_v6], IPA_IP_v6); in del_client_flt_rule() 657 IPACMDBG_H("IPv6 flt rule %d is deleted.\n", it_flt->flt_rule_hdl[IPA_IP_v6]); in del_client_flt_rule() 789 m_p_iface->eth_bridge_del_flt_rule(it->flt_rule_hdl[IPA_IP_v4], IPA_IP_v4); in clear_all_flt_rule_for_one_peer_iface() [all …]
|
D | IPACM_Iface.cpp | 133 flt_rule_entry.flt_rule_hdl = -1; 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() 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() 216 IPACMDBG("soft-routing flt rule hdl0=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl); 220 software_routing_fl_rule_hdl[0] = m_pFilteringTable->rules[0].flt_rule_hdl; 224 software_routing_fl_rule_hdl[1] = m_pFilteringTable->rules[0].flt_rule_hdl; 703 flt_rule_entry.flt_rule_hdl = -1; in init_fl_rule() 754 dft_v4fl_rule_hdl[i] = m_pFilteringTable->rules[i].flt_rule_hdl; in init_fl_rule() [all …]
|
D | IPACM_Wan.cpp | 366 flt_rule_entry.flt_rule_hdl = -1; 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() 2027 flt_rule_entry.flt_rule_hdl = -1; in config_dft_firewall_rules() 2042 ipv6_frag_firewall_flt_rule_hdl = m_pFilteringTable->rules[0].flt_rule_hdl; in config_dft_firewall_rules() 2069 flt_rule_entry.flt_rule_hdl = -1; in config_dft_firewall_rules() 2129 …IPACMDBG_H("flt rule hdl0=0x%x, status=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl, m_pFilte… in config_dft_firewall_rules() 2133 dft_wan_fl_hdl[0] = m_pFilteringTable->rules[0].flt_rule_hdl; in config_dft_firewall_rules() 2165 flt_rule_entry.flt_rule_hdl = -1; in config_dft_firewall_rules() 2218 m_pFilteringTable->rules[rule_v4].flt_rule_hdl, in config_dft_firewall_rules() 2220 firewall_hdl_v4[rule_v4] = m_pFilteringTable->rules[0].flt_rule_hdl; in config_dft_firewall_rules() [all …]
|
D | IPACM_Lan.cpp | 1361 flt_rule_entry.flt_rule_hdl = -1; in handle_private_subnet() 1392 private_fl_rule_hdl[i] = m_pFilteringTable->rules[i].flt_rule_hdl; in handle_private_subnet() 1449 flt_rule_entry.flt_rule_hdl = -1; in handle_wan_up() 1489 m_pFilteringTable->rules[0].flt_rule_hdl, in handle_wan_up() 1495 lan_wan_fl_rule_hdl[0] = m_pFilteringTable->rules[0].flt_rule_hdl; in handle_wan_up() 1527 flt_rule_entry.flt_rule_hdl = -1; in handle_wan_up() 1572 …IPACMDBG_H("flt rule hdl0=0x%x, status=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl, m_pFilte… in handle_wan_up() 1576 dft_v6fl_rule_hdl[IPV6_DEFAULT_FILTERTING_RULES] = m_pFilteringTable->rules[0].flt_rule_hdl; in handle_wan_up() 3040 flt_rule_entry.flt_rule_hdl = -1; in handle_uplink_filter_rule() 3220 wan_ul_fl_rule_hdl_v4[num_wan_ul_fl_rule_v4] = pFilteringTable->rules[i].flt_rule_hdl; in handle_uplink_filter_rule() [all …]
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Iface.cpp | 133 flt_rule_entry.flt_rule_hdl = -1; 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() 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() 216 IPACMDBG("soft-routing flt rule hdl0=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl); 220 software_routing_fl_rule_hdl[0] = m_pFilteringTable->rules[0].flt_rule_hdl; 224 software_routing_fl_rule_hdl[1] = m_pFilteringTable->rules[0].flt_rule_hdl; 702 flt_rule_entry.flt_rule_hdl = -1; in init_fl_rule() 753 dft_v4fl_rule_hdl[i] = m_pFilteringTable->rules[i].flt_rule_hdl; in init_fl_rule() [all …]
|
D | IPACM_LanToLan.cpp | 1056 uint32_t flt_rule_hdl; in add_client_flt_rule() local 1110 iptype, &flt_rule_hdl); in add_client_flt_rule() 1111 IPACMDBG_H("Installed flt rule for IP type %d: handle %d\n", iptype, flt_rule_hdl); in add_client_flt_rule() 1117 it_flt->flt_rule_hdl[iptype] = flt_rule_hdl; in add_client_flt_rule() 1126 new_flt_info.flt_rule_hdl[iptype] = flt_rule_hdl; in add_client_flt_rule() 1181 m_p_iface->eth_bridge_del_flt_rule(it_flt->flt_rule_hdl[IPA_IP_v4], IPA_IP_v4); in del_client_flt_rule() 1182 IPACMDBG_H("Deleted IPv4 flt rule %d.\n", it_flt->flt_rule_hdl[IPA_IP_v4]); in del_client_flt_rule() 1208 m_p_iface->eth_bridge_del_flt_rule(it_flt->flt_rule_hdl[IPA_IP_v6], IPA_IP_v6); in del_client_flt_rule() 1209 IPACMDBG_H("Deleted IPv6 flt rule %d.\n", it_flt->flt_rule_hdl[IPA_IP_v6]); in del_client_flt_rule() 1383 m_p_iface->eth_bridge_del_flt_rule(it->flt_rule_hdl[IPA_IP_v4], IPA_IP_v4); in clear_all_flt_rule_for_one_peer_iface() [all …]
|
D | IPACM_Wan.cpp | 366 flt_rule_entry.flt_rule_hdl = -1; 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() 2019 flt_rule_entry.flt_rule_hdl = -1; in config_dft_firewall_rules() 2034 ipv6_frag_firewall_flt_rule_hdl = m_pFilteringTable->rules[0].flt_rule_hdl; in config_dft_firewall_rules() 2061 flt_rule_entry.flt_rule_hdl = -1; in config_dft_firewall_rules() 2121 …IPACMDBG_H("flt rule hdl0=0x%x, status=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl, m_pFilte… in config_dft_firewall_rules() 2125 dft_wan_fl_hdl[0] = m_pFilteringTable->rules[0].flt_rule_hdl; in config_dft_firewall_rules() 2157 flt_rule_entry.flt_rule_hdl = -1; in config_dft_firewall_rules() 2210 m_pFilteringTable->rules[rule_v4].flt_rule_hdl, in config_dft_firewall_rules() 2212 firewall_hdl_v4[rule_v4] = m_pFilteringTable->rules[0].flt_rule_hdl; in config_dft_firewall_rules() [all …]
|
D | IPACM_Lan.cpp | 1534 flt_rule_entry.flt_rule_hdl = -1; in handle_private_subnet() 1565 private_fl_rule_hdl[i] = m_pFilteringTable->rules[i].flt_rule_hdl; in handle_private_subnet() 1627 flt_rule_entry.flt_rule_hdl = -1; in handle_wan_up() 1667 m_pFilteringTable->rules[0].flt_rule_hdl, in handle_wan_up() 1673 lan_wan_fl_rule_hdl[0] = m_pFilteringTable->rules[0].flt_rule_hdl; in handle_wan_up() 1710 flt_rule_entry.flt_rule_hdl = -1; in handle_wan_up() 1755 …IPACMDBG_H("flt rule hdl0=0x%x, status=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl, m_pFilte… in handle_wan_up() 1760 dft_v6fl_rule_hdl[IPV6_DEFAULT_FILTERTING_RULES] = m_pFilteringTable->rules[0].flt_rule_hdl; in handle_wan_up() 3273 flt_rule_entry.flt_rule_hdl = -1; in handle_uplink_filter_rule() 3473 wan_ul_fl_rule_hdl_v4[num_wan_ul_fl_rule_v4] = pFilteringTable->rules[i].flt_rule_hdl; in handle_uplink_filter_rule() [all …]
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Lan.h | 161 …bridge_add_flt_rule(uint8_t *mac, uint32_t rt_tbl_hdl, ipa_ip_type iptype, uint32_t *flt_rule_hdl); 164 int eth_bridge_del_flt_rule(uint32_t flt_rule_hdl, ipa_ip_type iptype); 191 int add_l2tp_flt_rule(uint8_t *dst_mac, uint32_t *flt_rule_hdl); 194 int del_l2tp_flt_rule(uint32_t flt_rule_hdl);
|
D | IPACM_LanToLan.h | 110 uint32_t flt_rule_hdl[IPA_IP_MAX]; member
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Lan.h | 161 …bridge_add_flt_rule(uint8_t *mac, uint32_t rt_tbl_hdl, ipa_ip_type iptype, uint32_t *flt_rule_hdl); 164 int eth_bridge_del_flt_rule(uint32_t flt_rule_hdl, ipa_ip_type iptype);
|
D | IPACM_LanToLan.h | 72 uint32_t flt_rule_hdl[IPA_IP_MAX]; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_ipa.h | 1031 uint32_t flt_rule_hdl; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_ipa.h | 639 uint32_t flt_rule_hdl; member
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
D | msm_ipa.h | 1051 uint32_t flt_rule_hdl; member
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
D | msm_ipa.h | 655 uint32_t flt_rule_hdl; member
|