Home
last modified time | relevance | path

Searched refs:hdl (Results 1 – 25 of 25) sorted by relevance

/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Header.cpp178 hd_rule_entry = &pHeaderDescriptor->hdl[0]; in DeleteHeaderHdl()
180 hd_rule_entry->hdl = hdr_hdl; in DeleteHeaderHdl()
183 IPACMDBG("Deleting Header hdl:(%x)\n", hd_rule_entry->hdl); in DeleteHeaderHdl()
187 …IPACMERR("Header hdl:(%x) deletion failed! status: %d\n", hd_rule_entry->hdl,hd_rule_entry->statu… in DeleteHeaderHdl()
192 IPACMDBG_H("Deleted Header hdl:(%x) successfully\n", hd_rule_entry->hdl); in DeleteHeaderHdl()
209 bool IPACM_Header::DeleteHeaderProcCtx(uint32_t hdl) in DeleteHeaderProcCtx() argument
225 pHeaderTable->hdl[0].hdl = hdl; in DeleteHeaderProcCtx()
231 ret, pHeaderTable->hdl[0].status); in DeleteHeaderProcCtx()
DIPACM_Routing.cpp181 PutRoutingTable(routingTable->hdl); in GetRoutingTable()
230 rt_rule_entry = &rt_rule->hdl[0]; in DeleteRoutingHdl()
232 rt_rule_entry->hdl = rt_rule_hdl; in DeleteRoutingHdl()
234 IPACMDBG_H("Deleting Route hdl:(0x%x) with ip type: %d\n", rt_rule_entry->hdl, ip); in DeleteRoutingHdl()
DIPACM_Filtering.cpp232 flt_rule->hdl[0].status = -1; in DeleteFilteringHdls()
233 flt_rule->hdl[0].hdl = flt_rule_hdls[cnt]; in DeleteFilteringHdls()
245 if (flt_rule->hdl[0].status != 0) in DeleteFilteringHdls()
248 flt_rule->hdl[0].hdl, flt_rule->hdl[0].status); in DeleteFilteringHdls()
DIPACM_Lan.cpp1541 flt_rule_entry.rule.rt_tbl_hdl = IPACM_Iface::ipacmcfg->rt_tbl_default_v4.hdl; in handle_private_subnet()
1622 IPACMDBG_H("Routing hanle for table: %d\n", IPACM_Iface::ipacmcfg->rt_tbl_wan_v4.hdl); in handle_wan_up()
1640 flt_rule_entry.rule.rt_tbl_hdl = IPACM_Iface::ipacmcfg->rt_tbl_wan_v4.hdl; in handle_wan_up()
1716 flt_rule_entry.rule.rt_tbl_hdl = IPACM_Iface::ipacmcfg->rt_tbl_v6.hdl; in handle_wan_up()
4010 flt_rule.rule.rt_tbl_hdl = IPACM_Iface::ipacmcfg->rt_tbl_default_v4.hdl; in handle_private_subnet_android()
4202 *hdr_hdl = hdr.hdl; in eth_bridge_get_hdr_template_hdl()
4241 IPACMDBG_H("Routing handle for table: %d\n", IPACM_Iface::ipacmcfg->rt_tbl_wan_v4.hdl); in handle_cradle_wan_mode_switch()
4259 flt_rule_entry.rule.rt_tbl_hdl = IPACM_Iface::ipacmcfg->rt_tbl_wan_v4.hdl; in handle_cradle_wan_mode_switch()
4540 int IPACM_Lan::eth_bridge_add_hdr_proc_ctx(ipa_hdr_l2_type peer_l2_hdr_type, uint32_t *hdl) in eth_bridge_add_hdr_proc_ctx() argument
4573 *hdl = pHeaderProcTable->proc_ctx[0].proc_ctx_hdl; in eth_bridge_add_hdr_proc_ctx()
[all …]
DIPACM_Wan.cpp262 rt_rule_entry->rule.hdr_hdl = hdr.hdl; in handle_addr_evt()
453 rt_rule_entry->rule.hdr_hdl = hdr.hdl; in handle_addr_evt()
1528 rt_rule_entry->rule.hdr_hdl = hdr.hdl; in handle_route_add_evt()
2102 flt_rule_entry.rule.rt_tbl_hdl = IPACM_Iface::ipacmcfg->rt_tbl_lan_v4.hdl; in config_dft_firewall_rules()
2145 …PACMDBG_H("Routing handle for wan routing table:0x%x\n", IPACM_Iface::ipacmcfg->rt_tbl_lan_v4.hdl); in config_dft_firewall_rules()
2159 flt_rule_entry.rule.rt_tbl_hdl = IPACM_Iface::ipacmcfg->rt_tbl_lan_v4.hdl; in config_dft_firewall_rules()
2311 flt_rule_entry.rule.rt_tbl_hdl = IPACM_Iface::ipacmcfg->rt_tbl_lan_v4.hdl; in config_dft_firewall_rules()
2397 flt_rule_entry.rule.rt_tbl_hdl = IPACM_Iface::ipacmcfg->rt_tbl_wan_v6.hdl; in config_dft_firewall_rules()
2494 flt_rule_entry.rule.rt_tbl_hdl = IPACM_Iface::ipacmcfg->rt_tbl_wan_v6.hdl; in config_dft_firewall_rules()
2604 flt_rule_entry.rule.rt_tbl_hdl = IPACM_Iface::ipacmcfg->rt_tbl_wan_v6.hdl; in config_dft_firewall_rules()
DIPACM_LanToLan.cpp1109 m_p_iface->eth_bridge_add_flt_rule(client->mac_addr, rt_tbl.hdl, in add_client_flt_rule()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Header.cpp178 hd_rule_entry = &pHeaderDescriptor->hdl[0]; in DeleteHeaderHdl()
180 hd_rule_entry->hdl = hdr_hdl; in DeleteHeaderHdl()
183 IPACMDBG("Deleting Header hdl:(%x)\n", hd_rule_entry->hdl); in DeleteHeaderHdl()
187 …IPACMERR("Header hdl:(%x) deletion failed! status: %d\n", hd_rule_entry->hdl,hd_rule_entry->statu… in DeleteHeaderHdl()
192 IPACMDBG_H("Deleted Header hdl:(%x) successfully\n", hd_rule_entry->hdl); in DeleteHeaderHdl()
209 bool IPACM_Header::DeleteHeaderProcCtx(uint32_t hdl) in DeleteHeaderProcCtx() argument
225 pHeaderTable->hdl[0].hdl = hdl; in DeleteHeaderProcCtx()
231 ret, pHeaderTable->hdl[0].status); in DeleteHeaderProcCtx()
DIPACM_Filtering.cpp478 flt_rule->hdl[0].status = -1; in DeleteFilteringHdls()
479 flt_rule->hdl[0].hdl = flt_rule_hdls[cnt]; in DeleteFilteringHdls()
491 if (flt_rule->hdl[0].status != 0) in DeleteFilteringHdls()
494 flt_rule->hdl[0].hdl, flt_rule->hdl[0].status); in DeleteFilteringHdls()
910 qmi_del_msg.filter_handle_list[pos].filter_spec_identifier = flt_rule_tbl->hdl[cnt].hdl; in DelOffloadFilteringRule()
914 …pcie_modem_rule_id_in_use[(IPA_PCIE_MODEM_RULE_ID_MAX + flt_rule_tbl->hdl[cnt].hdl - IPA_PCIE_MODE… in DelOffloadFilteringRule()
916 …cie_modem_rule_id: %d\n", (IPA_PCIE_MODEM_RULE_ID_MAX + flt_rule_tbl->hdl[cnt].hdl -IPA_PCIE_MODEM… in DelOffloadFilteringRule()
DIPACM_Routing.cpp290 PutRoutingTable(routingTable->hdl); in GetRoutingTable()
339 rt_rule_entry = &rt_rule->hdl[0]; in DeleteRoutingHdl()
341 rt_rule_entry->hdl = rt_rule_hdl; in DeleteRoutingHdl()
343 IPACMDBG_H("Deleting Route hdl:(0x%x) with ip type: %d\n", rt_rule_entry->hdl, ip); in DeleteRoutingHdl()
DIPACM_Iface.cpp308 flt_rule_entry.hdl = software_routing_fl_rule_hdl[0]; in handle_software_routing_disable()
310 memcpy(&(pFilteringTable->hdl[0]), &flt_rule_entry, sizeof(struct ipa_flt_rule_del)); in handle_software_routing_disable()
344 flt_rule_entry.hdl = software_routing_fl_rule_hdl[1]; in handle_software_routing_disable()
346 memcpy(&(pFilteringTable->hdl[0]), &flt_rule_entry, sizeof(struct ipa_flt_rule_del)); in handle_software_routing_disable()
DIPACM_Conntrack_NATApp.cpp624 flt_rule_entry.hdl = rule_id; in DelConnection()
626 memcpy(&(pFilteringTable->hdl[0]), &flt_rule_entry, sizeof(struct ipa_flt_rule_del)); in DelConnection()
DIPACM_Wlan.cpp2602 flt_rule_entry.hdl = get_client_memptr(wlan_client, client_index)->v6_rt_rule_id[v6_num]; in del_connection()
2604 memcpy(&(pFilteringTable->hdl[0]), &flt_rule_entry, sizeof(struct ipa_flt_rule_del)); in del_connection()
DIPACM_LanToLan.cpp1114 m_p_iface->eth_bridge_add_flt_rule(client->mac_addr, rt_tbl.hdl, in add_client_flt_rule()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Header.cpp178 hd_rule_entry = &pHeaderDescriptor->hdl[0]; in DeleteHeaderHdl()
180 hd_rule_entry->hdl = hdr_hdl; in DeleteHeaderHdl()
183 IPACMDBG("Deleting Header hdl:(%x)\n", hd_rule_entry->hdl); in DeleteHeaderHdl()
187 …IPACMERR("Header hdl:(%x) deletion failed! status: %d\n", hd_rule_entry->hdl,hd_rule_entry->statu… in DeleteHeaderHdl()
192 IPACMDBG_H("Deleted Header hdl:(%x) successfully\n", hd_rule_entry->hdl); in DeleteHeaderHdl()
209 bool IPACM_Header::DeleteHeaderProcCtx(uint32_t hdl) in DeleteHeaderProcCtx() argument
225 pHeaderTable->hdl[0].hdl = hdl; in DeleteHeaderProcCtx()
231 ret, pHeaderTable->hdl[0].status); in DeleteHeaderProcCtx()
DIPACM_Routing.cpp181 PutRoutingTable(routingTable->hdl); in GetRoutingTable()
230 rt_rule_entry = &rt_rule->hdl[0]; in DeleteRoutingHdl()
232 rt_rule_entry->hdl = rt_rule_hdl; in DeleteRoutingHdl()
234 IPACMDBG_H("Deleting Route hdl:(0x%x) with ip type: %d\n", rt_rule_entry->hdl, ip); in DeleteRoutingHdl()
DIPACM_Filtering.cpp229 flt_rule->hdl[0].status = -1; in DeleteFilteringHdls()
230 flt_rule->hdl[0].hdl = flt_rule_hdls[cnt]; in DeleteFilteringHdls()
242 if (flt_rule->hdl[0].status != 0) in DeleteFilteringHdls()
245 flt_rule->hdl[0].hdl, flt_rule->hdl[0].status); in DeleteFilteringHdls()
DIPACM_Lan.cpp1368 flt_rule_entry.rule.rt_tbl_hdl = IPACM_Iface::ipacmcfg->rt_tbl_default_v4.hdl; in handle_private_subnet()
1444 IPACMDBG_H("Routing hanle for table: %d\n", IPACM_Iface::ipacmcfg->rt_tbl_wan_v4.hdl); in handle_wan_up()
1462 flt_rule_entry.rule.rt_tbl_hdl = IPACM_Iface::ipacmcfg->rt_tbl_wan_v4.hdl; in handle_wan_up()
1533 flt_rule_entry.rule.rt_tbl_hdl = IPACM_Iface::ipacmcfg->rt_tbl_v6.hdl; in handle_wan_up()
3739 flt_rule.rule.rt_tbl_hdl = IPACM_Iface::ipacmcfg->rt_tbl_default_v4.hdl; in handle_private_subnet_android()
3931 *hdr_hdl = hdr.hdl; in eth_bridge_get_hdr_template_hdl()
3970 IPACMDBG_H("Routing handle for table: %d\n", IPACM_Iface::ipacmcfg->rt_tbl_wan_v4.hdl); in handle_cradle_wan_mode_switch()
3988 flt_rule_entry.rule.rt_tbl_hdl = IPACM_Iface::ipacmcfg->rt_tbl_wan_v4.hdl; in handle_cradle_wan_mode_switch()
4219 int IPACM_Lan::eth_bridge_add_hdr_proc_ctx(ipa_hdr_l2_type peer_l2_hdr_type, uint32_t *hdl) in eth_bridge_add_hdr_proc_ctx() argument
4252 *hdl = pHeaderProcTable->proc_ctx[0].proc_ctx_hdl; in eth_bridge_add_hdr_proc_ctx()
DIPACM_LanToLan.cpp597 m_p_iface->eth_bridge_add_flt_rule(client->mac_addr, rt_tbl.hdl, in add_client_flt_rule()
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_ipa.h551 uint32_t hdl; member
555 uint32_t hdl; member
562 struct ipa_hdr_del hdl[0]; member
566 uint32_t hdl; member
574 struct ipa_hdr_proc_ctx_del hdl[0]; member
617 uint32_t hdl; member
626 struct ipa_rt_rule_del hdl[0]; member
677 uint32_t hdl; member
686 struct ipa_flt_rule_del hdl[0]; member
692 uint32_t hdl; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_ipa.h829 uint32_t hdl; member
842 uint32_t hdl; member
856 struct ipa_hdr_del hdl[0]; member
868 uint32_t hdl; member
883 struct ipa_hdr_proc_ctx_del hdl[0]; member
985 uint32_t hdl; member
1001 struct ipa_rt_rule_del hdl[0]; member
1118 uint32_t hdl; member
1134 struct ipa_flt_rule_del hdl[0]; member
1149 uint32_t hdl; member
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Header.h60 bool DeleteHeaderProcCtx(uint32_t hdl);
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Header.h60 bool DeleteHeaderProcCtx(uint32_t hdl);
DIPACM_Lan.h150 int eth_bridge_add_hdr_proc_ctx(ipa_hdr_l2_type peer_l2_hdr_type, uint32_t *hdl);
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Header.h60 bool DeleteHeaderProcCtx(uint32_t hdl);
DIPACM_Lan.h153 int eth_bridge_add_hdr_proc_ctx(ipa_hdr_l2_type peer_l2_hdr_type, uint32_t *hdl);