Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Dip6_output.c235 static struct zone *im6o_zone; /* zone for ip6_moptions */ variable
3453 im6o_zone = zone_create(IM6O_ZONE_NAME, im6o_size, ZC_ZFREE_CLEARMEM); in ip6_moptions_init()
3524 zfree(im6o_zone, im6o); in im6o_remref()
3556 im6o = zalloc_flags(im6o_zone, how | Z_ZERO); in ip6_allocmoptions()