Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dip_output.c227 static struct zone *imo_zone; /* zone for ip_moptions */ variable
2807 imo_zone = zone_create(IMO_ZONE_NAME, imo_size, ZC_ZFREE_CLEARMEM); in ip_moptions_init()
2878 zfree(imo_zone, imo); in imo_remref()
2910 imo = zalloc_flags(imo_zone, how | Z_ZERO); in ip_allocmoptions()