Home
last modified time | relevance | path

Searched refs:ip_set_alloc (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/net/netfilter/ipset/
Dip_set_bitmap_port.c269 map = ip_set_alloc(sizeof(*map) + elements * set->dsize); in bitmap_port_create()
Dip_set_hash_gen.h658 t = ip_set_alloc(hsize); in mtype_resize()
663 t->hregion = ip_set_alloc(ahash_sizeof_regions(htable_bits)); in mtype_resize()
1524 t = ip_set_alloc(hsize); in IPSET_TOKEN()
1529 t->hregion = ip_set_alloc(ahash_sizeof_regions(hbits)); in IPSET_TOKEN()
Dip_set_bitmap_ip.c321 map = ip_set_alloc(sizeof(*map) + elements * set->dsize); in bitmap_ip_create()
Dip_set_bitmap_ipmac.c359 map = ip_set_alloc(sizeof(*map) + elements * set->dsize); in bitmap_ipmac_create()
Dip_set_core.c251 ip_set_alloc(size_t size) in ip_set_alloc() function
255 EXPORT_SYMBOL_GPL(ip_set_alloc);
/Linux-v5.15/include/linux/netfilter/ipset/
Dip_set.h327 extern void *ip_set_alloc(size_t size);