Home
last modified time | relevance | path

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

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