Searched refs:num_private_subnet_fl_rule (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Wlan.cpp | 1698 int res = IPACM_SUCCESS, num_private_subnet_fl_rule; in handle_down_evt() local 1700 num_private_subnet_fl_rule = 0; in handle_down_evt() 1755 …num_private_subnet_fl_rule = IPACM_Iface::ipacmcfg->ipa_num_private_subnet > IPA_MAX_PRIVATE_SUBNE… in handle_down_evt() 1757 …if(m_filtering.DeleteFilteringHdls(private_fl_rule_hdl, IPA_IP_v4, num_private_subnet_fl_rule) == … in handle_down_evt() 1763 …ce::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, num_private_subnet_fl_rule); in handle_down_evt()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Wlan.cpp | 1774 int res = IPACM_SUCCESS, num_private_subnet_fl_rule; in handle_down_evt() local 1776 num_private_subnet_fl_rule = 0; in handle_down_evt() 1842 …num_private_subnet_fl_rule = IPACM_Iface::ipacmcfg->ipa_num_private_subnet > IPA_MAX_PRIVATE_SUBNE… in handle_down_evt() 1844 …if(m_filtering.DeleteFilteringHdls(private_fl_rule_hdl, IPA_IP_v4, num_private_subnet_fl_rule) == … in handle_down_evt() 1850 …ce::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, num_private_subnet_fl_rule); in handle_down_evt()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Wlan.cpp | 1907 int res = IPACM_SUCCESS, num_private_subnet_fl_rule; in handle_down_evt() local 1909 num_private_subnet_fl_rule = 0; in handle_down_evt() 1975 …num_private_subnet_fl_rule = IPACM_Iface::ipacmcfg->ipa_num_private_subnet > (IPA_MAX_PRIVATE_SUBN… in handle_down_evt() 1977 …if(m_filtering.DeleteFilteringHdls(private_fl_rule_hdl, IPA_IP_v4, num_private_subnet_fl_rule) == … in handle_down_evt() 1983 …ce::ipacmcfg->decreaseFltRuleCount(rx_prop->rx[0].src_pipe, IPA_IP_v4, num_private_subnet_fl_rule); in handle_down_evt()
|