Searched refs:ipacm_alg (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Xml.h | 263 } ipacm_alg; typedef 268 ipacm_alg alg_entries[IPA_MAX_ALG_ENTRIES];
|
D | IPACM_Config.h | 94 ipacm_alg *alg_table; 222 int GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts);
|
D | IPACM_Conntrack_NATApp.h | 90 ipacm_alg *pALGPorts;
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Xml.h | 263 } ipacm_alg; typedef 268 ipacm_alg alg_entries[IPA_MAX_ALG_ENTRIES];
|
D | IPACM_Config.h | 92 ipacm_alg *alg_table; 215 int GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts);
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Conntrack_NATApp.h | 86 ipacm_alg *pALGPorts;
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Config.cpp | 262 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/ |
D | IPACM_Conntrack_NATApp.cpp | 89 pALGPorts = (ipacm_alg *)malloc(sizeof(ipacm_alg) * nALGPort); in Init() 95 memset(pALGPorts, 0, sizeof(ipacm_alg) * nALGPort); in Init()
|
D | IPACM_Config.cpp | 271 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/ |
D | IPACM_Config.cpp | 283 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()
|
D | IPACM_Conntrack_NATApp.cpp | 103 pALGPorts = (ipacm_alg *)malloc(sizeof(ipacm_alg) * nALGPort); in Init() 109 memset(pALGPorts, 0, sizeof(ipacm_alg) * nALGPort); in Init()
|