Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Droute.c239 static struct zone *rte_zone; /* special zone for rtentry */ variable
452 rte_zone = zone_create(RTE_ZONE_NAME, size, ZC_NONE); in route_init()
3838 return (struct rtentry *)zalloc(rte_zone); in rte_alloc()
3854 zfree(rte_zone, p); in rte_free()
3910 rte = ((struct rtentry_dbg *)zalloc(rte_zone)); in rte_alloc_debug()
3948 zfree(rte_zone, p); in rte_free_debug()