Searched refs:bsize_max (Results 1 – 3 of 3) sorted by relevance
/net/netfilter/ |
D | nft_set_pipapo.c | 432 res_map = scratch->map + (map_index ? m->bsize_max : 0); in nft_pipapo_lookup() 433 fill_map = scratch->map + (map_index ? 0 : m->bsize_max); in nft_pipapo_lookup() 435 memset(res_map, 0xff, m->bsize_max * sizeof(*res_map)); in nft_pipapo_lookup() 525 res_map = kmalloc_array(m->bsize_max, sizeof(*res_map), GFP_ATOMIC); in pipapo_get() 531 fill_map = kcalloc(m->bsize_max, sizeof(*res_map), GFP_ATOMIC); in pipapo_get() 537 memset(res_map, 0xff, m->bsize_max * sizeof(*res_map)); in pipapo_get() 1131 unsigned long bsize_max) argument 1142 bsize_max * 2) + 1202 int i, bsize_max, err = 0; local 1259 bsize_max = m->bsize_max; [all …]
|
D | nft_set_pipapo.h | 156 size_t bsize_max; member
|
D | nft_set_pipapo_avx2.c | 1152 res = scratch->map + (map_index ? m->bsize_max : 0); in nft_pipapo_avx2_lookup() 1153 fill = scratch->map + (map_index ? 0 : m->bsize_max); in nft_pipapo_avx2_lookup()
|