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

/xnu-2422.115.4/bsd/netinet/
H A Dip_output.c210 static struct zone *imo_zone; /* zone for ip_moptions */ variable in typeref:struct:zone
2862 imo_zone = zinit(imo_size, IMO_ZONE_MAX * imo_size, 0,
2864 if (imo_zone == NULL) {
2868 zone_change(imo_zone, Z_EXPAND, TRUE);
2941 zfree(imo_zone, imo);
2973 imo = (how == M_WAITOK) ? zalloc(imo_zone) : zalloc_noblock(imo_zone);

Completed in 68 milliseconds