HomeSort by relevance Sort by last modified time
    Searched refs:flt_rule_hdl (Results 1 - 10 of 10) sorted by null

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_LanToLan.cpp 583 uint32_t flt_rule_hdl; local
598 iptype, &flt_rule_hdl);
599 IPACMDBG_H("Installed flt rule for IP type %d: handle %d\n", iptype, flt_rule_hdl);
606 it_flt->flt_rule_hdl[iptype] = flt_rule_hdl;
616 new_flt_info.flt_rule_hdl[iptype] = flt_rule_hdl;
651 m_p_iface->eth_bridge_del_flt_rule(it_flt->flt_rule_hdl[IPA_IP_v4], IPA_IP_v4);
652 IPACMDBG_H("IPv4 flt rule %d is deleted.\n", it_flt->flt_rule_hdl[IPA_IP_v4]);
656 m_p_iface->eth_bridge_del_flt_rule(it_flt->flt_rule_hdl[IPA_IP_v6], IPA_IP_v6)
    [all...]
IPACM_Iface.cpp 133 flt_rule_entry.flt_rule_hdl = -1;
164 IPACMDBG("soft-routing flt rule hdl0=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl);
166 software_routing_fl_rule_hdl[0] = m_pFilteringTable->rules[0].flt_rule_hdl;
185 IPACMDBG("soft-routing flt rule hdl0=0x%x\n", m_pFilteringTable->rules[0].flt_rule_hdl);
187 software_routing_fl_rule_hdl[1] = m_pFilteringTable->rules[0].flt_rule_hdl;
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;
754 dft_v4fl_rule_hdl[i] = m_pFilteringTable->rules[i].flt_rule_hdl;
    [all...]
IPACM_Wan.cpp 366 flt_rule_entry.flt_rule_hdl = -1;
392 ipv6_dest_flt_rule_hdl[num_ipv6_dest_flt_rule] = flt_rule->rules[0].flt_rule_hdl;
    [all...]
IPACM_Lan.cpp     [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_LanToLan.h 72 uint32_t flt_rule_hdl[IPA_IP_MAX]; member in struct:flt_rule_info
IPACM_Lan.h 161 int eth_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);
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_ipa.h 639 uint32_t flt_rule_hdl; member in struct:ipa_flt_rule_add
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ipa.h 1022 * @flt_rule_hdl: out parameter, handle to rule, valid when status is 0
1031 uint32_t flt_rule_hdl; member in struct:ipa_flt_rule_add
1081 * @flt_rule_hdl: handle to rule
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_ipa.h 655 uint32_t flt_rule_hdl; member in struct:ipa_flt_rule_add
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_ipa.h 1042 * @flt_rule_hdl: out parameter, handle to rule, valid when status is 0
1051 uint32_t flt_rule_hdl; member in struct:ipa_flt_rule_add
1101 * @flt_rule_hdl: handle to rule
    [all...]

Completed in 341 milliseconds