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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c217 static struct zone *inp_fcezone; variable in typeref:struct:zone
218 #define INP_FCEZONE_NAME "inp_fcezone"
242 inp_fcezone = zinit(inp_fcezone_size,
244 if (inp_fcezone == NULL) {
249 zone_change(inp_fcezone, Z_EXPAND, TRUE);
250 zone_change(inp_fcezone, Z_CALLERACCT, FALSE);
2101 infc = zalloc_noblock(inp_fcezone);
2153 zfree(inp_fcezone, infc);

Completed in 13 milliseconds