Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Dnecp_client.c656 static unsigned int necp_flow_size; /* size of necp_client_flow */ variable
10399 necp_flow_size = sizeof(struct necp_client_flow); in necp_client_init()
10400 …necp_flow_cache = mcache_create(NECP_FLOW_ZONE_NAME, necp_flow_size, sizeof(uint64_t), 0, MCR_SLEE… in necp_client_init()