Searched refs:bsize_max (Results 1 – 3 of 3) sorted by relevance
530 if (m->bsize_max == 0) in pipapo_get()1202 unsigned long bsize_max) argument1213 bsize_max * 2) +1307 int i, bsize_max, err = 0; local1372 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 …]
147 unsigned int bsize_max; member299 for (i = f->bsize; i < m->bsize_max; i++) in pipapo_resmap_init()
1171 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()