Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_set_pipapo.c640 unsigned int rules_alloc = rules; in pipapo_realloc_mt() local
648 if (rules > old_rules && f->rules_alloc > rules) in pipapo_realloc_mt()
653 unsigned int remove = f->rules_alloc - rules; in pipapo_realloc_mt()
663 check_add_overflow(rules, extra, &rules_alloc)) in pipapo_realloc_mt()
666 new_mt = kvmalloc_array(rules_alloc, sizeof(*new_mt), GFP_KERNEL_ACCOUNT); in pipapo_realloc_mt()
678 f->rules_alloc = rules_alloc; in pipapo_realloc_mt()
1472 dst->mt = kvmalloc_array(src->rules_alloc,
1481 dst->rules_alloc = 0;
2280 f->rules_alloc = 0;
H A Dnft_set_pipapo.h118 unsigned int rules_alloc; member