Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Ddlil_subr.c64 unsigned int dlif_size; /* size of dlil_ifnet to allocate */ variable
216 dlif_size = (ifnet_debug == 0) ? sizeof(struct dlil_ifnet) : in dlil_allocation_zones_init()
219 dlif_bufsize = dlif_size + sizeof(void *) + sizeof(u_int64_t); in dlil_allocation_zones_init()
284 dlif_size, &base); in dlif_ifnet_alloc()