Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_set_pipapo.c434 res_map = scratch->map + (map_index ? m->bsize_max : 0); in nft_pipapo_lookup()
435 fill_map = scratch->map + (map_index ? 0 : m->bsize_max); in nft_pipapo_lookup()
530 if (m->bsize_max == 0) in pipapo_get()
533 res_map = kmalloc_array(m->bsize_max, sizeof(*res_map), gfp); in pipapo_get()
539 fill_map = kcalloc(m->bsize_max, sizeof(*res_map), gfp); 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)
[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.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()