Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/
A Dnft_set_pipapo.c1107 unsigned long bsize_max) argument
1166 int i, bsize_max, err = 0; local
1223 bsize_max = m->bsize_max;
1237 if (f->bsize > bsize_max)
1238 bsize_max = f->bsize;
1246 if (!*get_cpu_ptr(m->scratch) || bsize_max > m->bsize_max) {
1249 err = pipapo_realloc_scratch(m, bsize_max);
1253 m->bsize_max = bsize_max;
1283 new->bsize_max = old->bsize_max;
1297 if (pipapo_realloc_scratch(new, old->bsize_max))
[all …]
A Dnft_set_pipapo.h148 size_t bsize_max; member
A Dnft_set_pipapo_avx2.c1151 res = scratch + (map_index ? m->bsize_max : 0); in nft_pipapo_avx2_lookup()
1152 fill = scratch + (map_index ? 0 : m->bsize_max); in nft_pipapo_avx2_lookup()

Completed in 10 milliseconds