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.c437 res_map = map + (map_index ? m->bsize_max : 0); in pipapo_get_slow()
438 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;
1375 if (f->bsize > bsize_max)
1376 bsize_max = f->bsize;
1384 if (!*get_cpu_ptr(m->scratch) || bsize_max > m->bsize_max) {
1387 err = pipapo_realloc_scratch(m, bsize_max);
[all …]
H A Dnft_set_pipapo_avx2.c1131 for (i = f->bsize; i < m->bsize_max; i++) in pipapo_resmap_init_avx2()
1169 res = map + (map_index ? m->bsize_max : 0); in pipapo_get_avx2()
1170 fill = map + (map_index ? 0 : m->bsize_max); in pipapo_get_avx2()