Searched refs:flt_rule_count_v4 (Results 1 – 2 of 2) sorted by relevance
138 int flt_rule_count_v4[IPA_CLIENT_CONS - IPA_CLIENT_PROD]; variable162 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()
149 memset(flt_rule_count_v4, 0, (IPA_CLIENT_CONS - IPA_CLIENT_PROD)*sizeof(int)); in IPACM_Config()