Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Ddlil_subr.c76 unsigned int dlif_udpstat_size; /* size of udpstat_local to allocate */ variable
232 dlif_udpstat_size = sizeof(struct udpstat_local); in dlil_allocation_zones_init()
235 dlif_udpstat_size + sizeof(void *) + sizeof(u_int64_t); in dlil_allocation_zones_init()
345 dlif_udpstat_size, &base); in dlif_udpstat_alloc()