Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Dip_output.c232 static struct zone *imo_zone; /* zone for ip_moptions */ variable
2821 imo_zone = zone_create(IMO_ZONE_NAME, imo_size, ZC_ZFREE_CLEARMEM); in ip_moptions_init()
2874 zfree(imo_zone, imo); in imo_remref()
2906 imo = zalloc_flags(imo_zone, how | Z_ZERO); in ip_allocmoptions()