Searched refs:flt_rule_count_v4 (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Config.h | 138 int flt_rule_count_v4[IPA_CLIENT_CONS - IPA_CLIENT_PROD]; variable 162 flt_rule_count_v4[index] += increment; in increaseFltRuleCount() 163 IPACMDBG_H("Now num of v4 flt rules on client %d is %d.\n", index, flt_rule_count_v4[index]); in increaseFltRuleCount() 182 flt_rule_count_v4[index] -= decrement; in decreaseFltRuleCount() 183 IPACMDBG_H("Now num of v4 flt rules on client %d is %d.\n", index, flt_rule_count_v4[index]); in decreaseFltRuleCount() 202 return flt_rule_count_v4[index]; in getFltRuleCount()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Config.h | 140 int flt_rule_count_v4[IPA_CLIENT_MAX]; variable 164 flt_rule_count_v4[index] += increment; in increaseFltRuleCount() 165 IPACMDBG_H("Now num of v4 flt rules on client %d is %d.\n", index, flt_rule_count_v4[index]); in increaseFltRuleCount() 184 flt_rule_count_v4[index] -= decrement; in decreaseFltRuleCount() 185 IPACMDBG_H("Now num of v4 flt rules on client %d is %d.\n", index, flt_rule_count_v4[index]); in decreaseFltRuleCount() 204 return flt_rule_count_v4[index]; in getFltRuleCount()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Config.cpp | 149 memset(flt_rule_count_v4, 0, (IPA_CLIENT_CONS - IPA_CLIENT_PROD)*sizeof(int)); in IPACM_Config()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Config.cpp | 158 memset(flt_rule_count_v4, 0, IPA_CLIENT_MAX*sizeof(int)); in IPACM_Config()
|