Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c652 static struct mcache *necp_flow_registration_cache; /* cache for necp_client_flow_registration … variable
1614 mcache_free(necp_flow_registration_cache, flow_registration); in necp_destroy_client_flow_registration()
3161 …struct necp_client_flow_registration *new_registration = mcache_alloc(necp_flow_registration_cache in necp_client_create_flow_registration()
10335necp_flow_registration_cache = mcache_create(NECP_FLOW_REGISTRATION_ZONE_NAME, necp_flow_registrat… in necp_client_init()
10336 if (necp_flow_registration_cache == NULL) { in necp_client_init()
10367 mcache_reap_now(necp_flow_registration_cache, purge); in necp_client_reap_caches()