Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Ddlil_subr.c70 unsigned int dlif_tcpstat_size; /* size of tcpstat_local to allocate */ variable
223 dlif_tcpstat_size = sizeof(struct tcpstat_local); in dlil_allocation_zones_init()
226 dlif_tcpstat_size + sizeof(void *) + sizeof(u_int64_t); in dlil_allocation_zones_init()
329 dlif_tcpstat_size, &base); in dlif_tcpstat_alloc()