Searched refs:sk_fo_cache (Results 1 – 4 of 4) sorted by relevance
38 struct skmem_cache *sk_fo_cache; /* cache for flow_owner */ variable69 if (sk_fo_cache == NULL) { in flow_init()70 sk_fo_cache = skmem_cache_create(SK_FO_ZONE_NAME, sk_fo_size, in flow_init()72 if (sk_fo_cache == NULL) { in flow_init()127 if (sk_fo_cache != NULL) { in flow_fini()128 skmem_cache_destroy(sk_fo_cache); in flow_fini()129 sk_fo_cache = NULL; in flow_fini()
558 fo = skmem_cache_alloc(sk_fo_cache, in fo_alloc()580 skmem_cache_free(sk_fo_cache, fo); in fo_free()
882 extern struct skmem_cache *sk_fo_cache;
3736 skmem_cache_reap_now(sk_fo_cache, purge); in fsw_purge_cache()