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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c211 static struct zone *im6o_zone; /* zone for ip6_moptions */ variable in typeref:struct:zone
2919 im6o_zone = zinit(im6o_size, IM6O_ZONE_MAX * im6o_size, 0,
2921 if (im6o_zone == NULL) {
2925 zone_change(im6o_zone, Z_EXPAND, TRUE);
2998 zfree(im6o_zone, im6o);
3031 zalloc(im6o_zone) : zalloc_noblock(im6o_zone);

Completed in 15 milliseconds