Searched refs:necp_flow_cache (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/bsd/net/ |
| H A D | necp_client.c | 657 static struct mcache *necp_flow_cache; /* cache for necp_client_flow */ variable 1629 mcache_free(necp_flow_cache, search_flow); in necp_destroy_client_flow_registration() 1877 struct necp_client_flow *new_flow = mcache_alloc(necp_flow_cache, MCR_SLEEP); in necp_client_add_nexus_flow() 1934 struct necp_client_flow *new_flow = mcache_alloc(necp_flow_cache, MCR_SLEEP); in necp_client_add_interface_flow() 2243 mcache_free(necp_flow_cache, flow); in necp_client_update_flows() 3230 struct necp_client_flow *new_flow = mcache_alloc(necp_flow_cache, MCR_SLEEP); in necp_client_add_socket_flow() 3582 mcache_free(necp_flow_cache, search_flow); in necp_client_unregister_socket_flow() 10400 …necp_flow_cache = mcache_create(NECP_FLOW_ZONE_NAME, necp_flow_size, sizeof(uint64_t), 0, MCR_SLEE… in necp_client_init() 10401 if (necp_flow_cache == NULL) { in necp_client_init() 10438 mcache_reap_now(necp_flow_cache, purge); in necp_client_reap_caches()
|