Home
last modified time | relevance | path

Searched refs:ipacm_alg (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Xml.h263 } ipacm_alg; typedef
268 ipacm_alg alg_entries[IPA_MAX_ALG_ENTRIES];
DIPACM_Config.h94 ipacm_alg *alg_table;
222 int GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts);
DIPACM_Conntrack_NATApp.h90 ipacm_alg *pALGPorts;
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Xml.h263 } ipacm_alg; typedef
268 ipacm_alg alg_entries[IPA_MAX_ALG_ENTRIES];
DIPACM_Config.h92 ipacm_alg *alg_table;
215 int GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts);
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Conntrack_NATApp.h86 ipacm_alg *pALGPorts;
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Config.cpp262 alg_table = (ipacm_alg *)calloc(ipa_num_alg_ports, in Init()
263 sizeof(ipacm_alg)); in Init()
426 int IPACM_Config::GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts) in GetAlgPorts()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Conntrack_NATApp.cpp89 pALGPorts = (ipacm_alg *)malloc(sizeof(ipacm_alg) * nALGPort); in Init()
95 memset(pALGPorts, 0, sizeof(ipacm_alg) * nALGPort); in Init()
DIPACM_Config.cpp271 alg_table = (ipacm_alg *)calloc(ipa_num_alg_ports, in Init()
272 sizeof(ipacm_alg)); in Init()
435 int IPACM_Config::GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts) in GetAlgPorts()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Config.cpp283 alg_table = (ipacm_alg *)calloc(ipa_num_alg_ports, in Init()
284 sizeof(ipacm_alg)); in Init()
447 int IPACM_Config::GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts) in GetAlgPorts()
DIPACM_Conntrack_NATApp.cpp103 pALGPorts = (ipacm_alg *)malloc(sizeof(ipacm_alg) * nALGPort); in Init()
109 memset(pALGPorts, 0, sizeof(ipacm_alg) * nALGPort); in Init()