Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Droute.c242 static struct zone *rte_zone; /* special zone for rtentry */ variable
455 rte_zone = zone_create(RTE_ZONE_NAME, size, ZC_NONE); in route_init()
3836 return (struct rtentry *)zalloc(rte_zone); in rte_alloc()
3852 zfree(rte_zone, p); in rte_free()
3908 rte = ((struct rtentry_dbg *)zalloc(rte_zone)); in rte_alloc_debug()
3946 zfree(rte_zone, p); in rte_free_debug()