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.c437 res_map = map + (map_index ? m->bsize_max : 0); in pipapo_get_slow()
438 fill_map = map + (map_index ? 0 : m->bsize_max); in pipapo_get_slow()
1207 * @bsize_max: Maximum bucket size, scratch maps cover two buckets
1212 unsigned long bsize_max)
1219 scratch = kvzalloc_node(struct_size(scratch, __map, bsize_max * 2) +
1227 * CPU as new elements are not inserted and m->bsize_max
1297 int i, bsize_max, err = 0;
1356 bsize_max = m->bsize_max;
1373 if (f->bsize > bsize_max)
1214 pipapo_realloc_scratch(struct nft_pipapo_match * clone,unsigned long bsize_max) global() argument
1299 int i, bsize_max, err = 0; global() local
[all...]
H A Dnft_set_pipapo.h137 * @bsize_max: Maximum lookup table bucket size of all fields, in longs
144 unsigned int bsize_max;
298 for (i = f->bsize; i < m->bsize_max; i++) in pipapo_resmap_init()
147 unsigned int bsize_max; global() member
H A Dnft_set_pipapo_avx2.c1117 for (i = f->bsize; i < m->bsize_max; i++)
1155 res = map + (map_index ? m->bsize_max : 0); in pipapo_get_avx2()
1156 fill = map + (map_index ? 0 : m->bsize_max); in pipapo_get_avx2()