Home
last modified time | relevance | path

Searched refs:rx_prop (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Iface.cpp72 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 …]
DIPACM_Lan.cpp255 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()
320rx_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()
325rx_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 …]
DIPACM_Wan.cpp214 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()
1968 if (rx_prop == NULL) in config_dft_firewall_rules()
2016 m_pFilteringTable->ep = rx_prop->rx[0].src_pipe; in config_dft_firewall_rules()
2030 memcpy(&flt_rule_entry.rule.attrib, &rx_prop->rx[0].attrib, sizeof(struct ipa_rule_attrib)); in config_dft_firewall_rules()
2041 IPACM_Iface::ipacmcfg->increaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v6, 1); in config_dft_firewall_rules()
2055 m_pFilteringTable->ep = rx_prop->rx[0].src_pipe; in config_dft_firewall_rules()
[all …]
DIPACM_Wlan.cpp71 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 …]
DIPACM_LanToLan.cpp182 if(!data->p_iface->tx_prop || !data->p_iface->rx_prop) in handle_iface_up()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Iface.h109 ipa_ioc_query_intf_rx_props *rx_prop; variable