Searched refs:rte_zone (Results 1 – 1 of 1) sorted by relevance
239 static struct zone *rte_zone; /* special zone for rtentry */ variable452 rte_zone = zone_create(RTE_ZONE_NAME, size, ZC_NONE); in route_init()3833 return (struct rtentry *)zalloc(rte_zone); in rte_alloc()3849 zfree(rte_zone, p); in rte_free()3905 rte = ((struct rtentry_dbg *)zalloc(rte_zone)); in rte_alloc_debug()3943 zfree(rte_zone, p); in rte_free_debug()