Searched refs:pp_flow_cache (Results 1 – 1 of 1) sorted by relevance
111 static struct skmem_cache *pp_flow_cache; /* cache for __flow */ variable215 pp_flow_cache = skmem_cache_create("pkt.flow", in pp_init()238 if (pp_flow_cache != NULL) { in pp_fini()239 skmem_cache_destroy(pp_flow_cache); in pp_fini()240 pp_flow_cache = NULL; in pp_fini()547 flow = skmem_cache_alloc(pp_flow_cache, SKMEM_SLEEP); in pp_metadata_construct()861 skmem_cache_free(pp_flow_cache, kpkt->pkt_flow); in pp_metadata_destruct_common()2695 skmem_cache_reap_now(pp_flow_cache, purge); in pp_reap_caches()