Searched refs:flt_rule_count_v6 (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Config.h | 139 int flt_rule_count_v6[IPA_CLIENT_CONS - IPA_CLIENT_PROD]; variable 167 flt_rule_count_v6[index] += increment; in increaseFltRuleCount() 168 IPACMDBG_H("Now num of v6 flt rules on client %d is %d.\n", index, flt_rule_count_v6[index]); in increaseFltRuleCount() 187 flt_rule_count_v6[index] -= decrement; in decreaseFltRuleCount() 188 IPACMDBG_H("Now num of v6 flt rules on client %d is %d.\n", index, flt_rule_count_v6[index]); in decreaseFltRuleCount() 206 return flt_rule_count_v6[index]; in getFltRuleCount()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Config.h | 141 int flt_rule_count_v6[IPA_CLIENT_MAX]; variable 174 flt_rule_count_v6[index] += increment; in increaseFltRuleCount() 175 IPACMDBG_H("Now num of v6 flt rules on client %d is %d.\n", index, flt_rule_count_v6[index]); in increaseFltRuleCount() 194 flt_rule_count_v6[index] -= decrement; in decreaseFltRuleCount() 195 IPACMDBG_H("Now num of v6 flt rules on client %d is %d.\n", index, flt_rule_count_v6[index]); in decreaseFltRuleCount() 213 return flt_rule_count_v6[index]; in getFltRuleCount()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Config.cpp | 150 memset(flt_rule_count_v6, 0, (IPA_CLIENT_CONS - IPA_CLIENT_PROD)*sizeof(int)); in IPACM_Config()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Config.cpp | 159 memset(flt_rule_count_v6, 0, IPA_CLIENT_MAX*sizeof(int)); in IPACM_Config()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Config.cpp | 171 memset(flt_rule_count_v6, 0, IPA_CLIENT_MAX*sizeof(int)); in IPACM_Config()
|