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.c1131 unsigned long bsize_max) argument
1142 bsize_max * 2) +
1202 int i, bsize_max, err = 0; local
1259 bsize_max = m->bsize_max;
1276 if (f->bsize > bsize_max)
1277 bsize_max = f->bsize;
1285 if (!*get_cpu_ptr(m->scratch) || bsize_max > m->bsize_max) {
1288 err = pipapo_realloc_scratch(m, bsize_max);
1292 m->bsize_max = bsize_max;
1321 new->bsize_max = old->bsize_max;
[all …]
H A Dnft_set_pipapo.h156 size_t bsize_max; member
H A Dnft_set_pipapo_avx2.c1150 res = scratch->map + (map_index ? m->bsize_max : 0); in nft_pipapo_avx2_lookup()
1151 fill = scratch->map + (map_index ? 0 : m->bsize_max); in nft_pipapo_avx2_lookup()