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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_output.c212 static struct zone *imo_zone; /* zone for ip_moptions */ variable in typeref:struct:zone
2855 imo_zone = zinit(imo_size, IMO_ZONE_MAX * imo_size, 0,
2857 if (imo_zone == NULL) {
2861 zone_change(imo_zone, Z_EXPAND, TRUE);
2934 zfree(imo_zone, imo);
2966 imo = (how == M_WAITOK) ? zalloc(imo_zone) : zalloc_noblock(imo_zone);

Completed in 74 milliseconds