/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Iface.cpp | 72 rx_prop = NULL; in IPACM_Iface() 106 if(rx_prop == NULL) in handle_software_routing_enable() 124 m_pFilteringTable->ep = rx_prop->rx[0].src_pipe; in handle_software_routing_enable() 140 &rx_prop->rx[0].attrib, in handle_software_routing_enable() 163 IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, 1); in handle_software_routing_enable() 184 IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, 1); in handle_software_routing_enable() 215 IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, ip_type, 1); 241 if (rx_prop == NULL) in handle_software_routing_disable() 263 IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, 1); in handle_software_routing_disable() 273 IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, 1); in handle_software_routing_disable() [all …]
|
D | IPACM_Lan.cpp | 270 if (rx_prop != NULL || tx_prop != NULL) in event_callback() 330 if(rx_prop != NULL) in event_callback() 332 if(IPACM_Iface::ipacmcfg->getFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4) != 0) in event_callback() 335 …rx_prop->rx[0].src_pipe, IPACM_Iface::ipacmcfg->getFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4… in event_callback() 337 if(IPACM_Iface::ipacmcfg->getFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6) != 0) in event_callback() 340 …rx_prop->rx[0].src_pipe, IPACM_Iface::ipacmcfg->getFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6… in event_callback() 346 if(rx_prop != NULL) in event_callback() 348 free(rx_prop); in event_callback() 1218 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, num_wan_ul_fl_rule… in handle_wan_down() 1225 flt_index.source_pipe_index = ioctl(fd, IPA_IOC_QUERY_EP_MAPPING, rx_prop->rx[0].src_pipe); in handle_wan_down() [all …]
|
D | IPACM_Wan.cpp | 214 if(tx_prop == NULL || rx_prop == NULL) in handle_addr_evt() 342 if(rx_prop != NULL && is_global_ipv6_addr(data->ipv6_addr) in handle_addr_evt() 355 flt_rule->ep = rx_prop->rx[0].src_pipe; in handle_addr_evt() 372 memcpy(&flt_rule_entry.rule.attrib, &rx_prop->rx[0].attrib, sizeof(flt_rule_entry.rule.attrib)); in handle_addr_evt() 391 IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, 1); in handle_addr_evt() 1960 if (rx_prop == NULL) in config_dft_firewall_rules() 2008 m_pFilteringTable->ep = rx_prop->rx[0].src_pipe; in config_dft_firewall_rules() 2022 memcpy(&flt_rule_entry.rule.attrib, &rx_prop->rx[0].attrib, sizeof(struct ipa_rule_attrib)); in config_dft_firewall_rules() 2033 IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, 1); in config_dft_firewall_rules() 2047 m_pFilteringTable->ep = rx_prop->rx[0].src_pipe; in config_dft_firewall_rules() [all …]
|
D | IPACM_Wlan.cpp | 73 if (rx_prop != NULL) in IPACM_Wlan() 75 free(rx_prop); in IPACM_Wlan() 210 if(rx_prop != NULL) in event_callback() 212 free(rx_prop); in event_callback() 475 if(rx_prop == NULL) in event_callback() 517 if(rx_prop == NULL) in event_callback() 692 if (rx_prop != NULL) in event_callback() 714 if (rx_prop != NULL) in event_callback() 898 if (rx_prop != NULL || tx_prop != NULL) in event_callback() 1787 if (IPACM_Wan::isWanUP(ipa_if_num) && rx_prop != NULL) in handle_down_evt() [all …]
|
D | IPACM_IfaceManager.cpp | 260 if (lan->rx_prop == NULL && lan->tx_prop == NULL) in create_iface_instance() 374 if (wl->rx_prop == NULL && wl->tx_prop == NULL) in create_iface_instance() 441 if (w->rx_prop == NULL && w->tx_prop == NULL) in create_iface_instance()
|
D | IPACM_LanToLan.cpp | 276 if(!data->p_iface->tx_prop || !data->p_iface->rx_prop) in handle_iface_up()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Iface.cpp | 72 rx_prop = NULL; in IPACM_Iface() 108 if(rx_prop == NULL) in handle_software_routing_enable() 139 &rx_prop->rx[0].attrib, in handle_software_routing_enable() 186 m_pFilteringTable->ep = rx_prop->rx[0].src_pipe; in handle_software_routing_enable() 199 IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, 1); in handle_software_routing_enable() 236 m_pFilteringTable->ep = rx_prop->rx[0].src_pipe; in handle_software_routing_enable() 249 IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, 1); in handle_software_routing_enable() 273 if (rx_prop == NULL) in handle_software_routing_disable() 331 IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, 1); in handle_software_routing_disable() 367 IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, 1); in handle_software_routing_disable() [all …]
|
D | IPACM_Wlan.cpp | 73 if (rx_prop != NULL) in IPACM_Wlan() 75 free(rx_prop); in IPACM_Wlan() 211 if(rx_prop != NULL) in event_callback() 213 free(rx_prop); in event_callback() 478 if(rx_prop == NULL) in event_callback() 520 if(rx_prop == NULL) in event_callback() 725 if (rx_prop != NULL) in event_callback() 747 if (rx_prop != NULL) in event_callback() 943 if (rx_prop != NULL || tx_prop != NULL) in event_callback() 1920 if (IPACM_Wan::isWanUP(ipa_if_num) && rx_prop != NULL) in handle_down_evt() [all …]
|
D | IPACM_IfaceManager.cpp | 260 if (lan->rx_prop == NULL && lan->tx_prop == NULL) in create_iface_instance() 377 if (wl->rx_prop == NULL && wl->tx_prop == NULL) in create_iface_instance() 447 if (w->rx_prop == NULL && w->tx_prop == NULL) in create_iface_instance() 459 if (w->rx_prop == NULL && w->tx_prop == NULL) in create_iface_instance()
|
D | IPACM_LanToLan.cpp | 279 if(!data->p_iface->tx_prop || !data->p_iface->rx_prop) in handle_iface_up()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Lan.cpp | 255 if (rx_prop != NULL || tx_prop != NULL) in event_callback() 315 if(rx_prop != NULL) in event_callback() 317 if(IPACM_Iface::ipacmcfg->getFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4) != 0) in event_callback() 320 …rx_prop->rx[0].src_pipe, IPACM_Iface::ipacmcfg->getFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4… in event_callback() 322 if(IPACM_Iface::ipacmcfg->getFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6) != 0) in event_callback() 325 …rx_prop->rx[0].src_pipe, IPACM_Iface::ipacmcfg->getFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6… in event_callback() 1075 …IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, num_wan_ul_fl_rule… in handle_wan_down() 1082 flt_index.source_pipe_index = ioctl(fd, IPA_IOC_QUERY_EP_MAPPING, rx_prop->rx[0].src_pipe); in handle_wan_down() 1112 IPACM_Iface::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, 1); in handle_wan_down() 1323 if (rx_prop == NULL) in handle_private_subnet() [all …]
|
D | IPACM_Wlan.cpp | 71 if (rx_prop != NULL) in IPACM_Wlan() 73 free(rx_prop); in IPACM_Wlan() 440 if(rx_prop == NULL) in event_callback() 482 if(rx_prop == NULL) in event_callback() 650 if (rx_prop != NULL) in event_callback() 672 if (rx_prop != NULL) in event_callback() 856 if (rx_prop != NULL || tx_prop != NULL) in event_callback() 1711 if (IPACM_Wan::isWanUP(ipa_if_num) && rx_prop != NULL) in handle_down_evt() 1717 if (IPACM_Wan::isWanUP_V6(ipa_if_num) && rx_prop != NULL) in handle_down_evt() 1725 if (ip_type != IPA_IP_v6 && rx_prop != NULL) in handle_down_evt() [all …]
|
D | IPACM_LanToLan.cpp | 182 if(!data->p_iface->tx_prop || !data->p_iface->rx_prop) in handle_iface_up()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Iface.h | 109 ipa_ioc_query_intf_rx_props *rx_prop; variable
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Iface.h | 109 ipa_ioc_query_intf_rx_props *rx_prop; variable
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Iface.h | 109 ipa_ioc_query_intf_rx_props *rx_prop; variable
|