Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c649 static struct mcache *necp_flow_cache; /* cache for necp_client_flow */ variable
1608 mcache_free(necp_flow_cache, search_flow); in necp_destroy_client_flow_registration()
1856 struct necp_client_flow *new_flow = mcache_alloc(necp_flow_cache, MCR_SLEEP); in necp_client_add_nexus_flow()
1913 struct necp_client_flow *new_flow = mcache_alloc(necp_flow_cache, MCR_SLEEP); in necp_client_add_interface_flow()
2222 mcache_free(necp_flow_cache, flow); in necp_client_update_flows()
3209 struct necp_client_flow *new_flow = mcache_alloc(necp_flow_cache, MCR_SLEEP); in necp_client_add_socket_flow()
3561 mcache_free(necp_flow_cache, search_flow); in necp_client_unregister_socket_flow()
10328necp_flow_cache = mcache_create(NECP_FLOW_ZONE_NAME, necp_flow_size, sizeof(uint64_t), 0, MCR_SLEE… in necp_client_init()
10329 if (necp_flow_cache == NULL) { in necp_client_init()
10366 mcache_reap_now(necp_flow_cache, purge); in necp_client_reap_caches()