Searched refs:rules_capacity (Results 1 – 1 of 1) sorted by relevance
43 int rules_capacity; /* Size of array allocated for rules_raw */ member72 if (rules->rules_cnt == rules->rules_capacity) { in canid_parse_rule()73 if (rules->rules_capacity <= EM_CANID_RULES_MAX/2) { in canid_parse_rule()74 rules->rules_capacity *= 2; in canid_parse_rule()76 sizeof(struct can_filter) * rules->rules_capacity); in canid_parse_rule()98 .rules_capacity = 25, /* Denominator of EM_CANID_RULES_MAX in canid_parse_eopt()109 rules.rules_raw = calloc(rules.rules_capacity, in canid_parse_eopt()