Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet6/
H A Dip6_output.c233 static struct zone *im6o_zone; /* zone for ip6_moptions */ variable
3451 im6o_zone = zone_create(IM6O_ZONE_NAME, im6o_size, ZC_ZFREE_CLEARMEM); in ip6_moptions_init()
3522 zfree(im6o_zone, im6o); in im6o_remref()
3554 im6o = zalloc_flags(im6o_zone, how | Z_ZERO); in ip6_allocmoptions()