Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/
H A Dnft_set_pipapo.c530 if (m->bsize_max == 0) in pipapo_get()
1202 unsigned long bsize_max) argument
1213 bsize_max * 2) +
1307 int i, bsize_max, err = 0; local
1372 bsize_max = m->bsize_max;
1389 if (f->bsize > bsize_max)
1390 bsize_max = f->bsize;
1398 if (!*get_cpu_ptr(m->scratch) || bsize_max > m->bsize_max) {
1405 m->bsize_max = bsize_max;
1435 new->bsize_max = old->bsize_max;
[all …]
H A Dnft_set_pipapo.h147 unsigned int bsize_max; member
299 for (i = f->bsize; i < m->bsize_max; i++) in pipapo_resmap_init()
H A Dnft_set_pipapo_avx2.c1171 res = scratch->map + (map_index ? m->bsize_max : 0); in nft_pipapo_avx2_lookup()
1172 fill = scratch->map + (map_index ? 0 : m->bsize_max); in nft_pipapo_avx2_lookup()