Home
last modified time | relevance | path

Searched refs:flt_rule_count_v6 (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Config.h139 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/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Config.cpp150 memset(flt_rule_count_v6, 0, (IPA_CLIENT_CONS - IPA_CLIENT_PROD)*sizeof(int)); in IPACM_Config()