Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_set_pipapo.c439 res_map = map + (map_index ? m->bsize_max : 0); in pipapo_get_slow()
440 fill_map = map + (map_index ? 0 : m->bsize_max); in pipapo_get_slow()
1214 unsigned long bsize_max) argument
1221 scratch = kvzalloc_node(struct_size(scratch, __map, bsize_max * 2) +
1299 int i, bsize_max, err = 0; local
1358 bsize_max = m->bsize_max;
1377 if (f->bsize > bsize_max)
1378 bsize_max = f->bsize;
1386 if (!*get_cpu_ptr(m->scratch) || bsize_max > m->bsize_max) {
1389 err = pipapo_realloc_scratch(m, bsize_max);
[all …]
H A Dnft_set_pipapo.h152 unsigned int bsize_max; member
306 for (i = f->bsize; i < m->bsize_max; i++) in pipapo_resmap_init()