Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Droute.c243 static struct zone *rte_zone; /* special zone for rtentry */ variable
454 rte_zone = zone_create(RTE_ZONE_NAME, size, ZC_NONE); in route_init()
3850 return (rtentry_ref_t)zalloc(rte_zone); in rte_alloc()
3866 zfree(rte_zone, p); in rte_free()
3922 rte = ((rtentry_dbg_ref_t)zalloc(rte_zone)); in rte_alloc_debug()
3960 zfree(rte_zone, p); in rte_free_debug()