Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnft_set_pipapo.c1133 unsigned long bsize_max) argument
1144 bsize_max * 2) +
1204 int i, bsize_max, err = 0; local
1261 bsize_max = m->bsize_max;
1278 if (f->bsize > bsize_max)
1279 bsize_max = f->bsize;
1287 if (!*get_cpu_ptr(m->scratch) || bsize_max > m->bsize_max) {
1290 err = pipapo_realloc_scratch(m, bsize_max);
1294 m->bsize_max = bsize_max;
1323 new->bsize_max = old->bsize_max;
[all …]
H A Dnft_set_pipapo.h156 size_t bsize_max; member
306 for (i = f->bsize; i < m->bsize_max; i++) in pipapo_resmap_init()
H A Dnft_set_pipapo_avx2.c1170 res = scratch->map + (map_index ? m->bsize_max : 0); in nft_pipapo_avx2_lookup()
1171 fill = scratch->map + (map_index ? 0 : m->bsize_max); in nft_pipapo_avx2_lookup()