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