Searched refs:pp_flow_cache (Results 1 – 1 of 1) sorted by relevance
93 static struct skmem_cache *pp_flow_cache; /* cache for __flow */ variable207 pp_flow_cache = skmem_cache_create("pkt.flow", in pp_init()227 if (pp_flow_cache != NULL) { in pp_fini()228 skmem_cache_destroy(pp_flow_cache); in pp_fini()229 pp_flow_cache = NULL; in pp_fini()533 flow = skmem_cache_alloc(pp_flow_cache, SKMEM_SLEEP); in pp_metadata_construct()845 skmem_cache_free(pp_flow_cache, kpkt->pkt_flow); in pp_metadata_destruct_common()2570 skmem_cache_reap_now(pp_flow_cache, purge); in pp_reap_caches()