Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_flow_table_core.c19 static __read_mostly struct kmem_cache *flow_offload_cachep; variable
60 flow = kmem_cache_zalloc(flow_offload_cachep, GFP_ATOMIC); in flow_offload_alloc()
816 flow_offload_cachep = KMEM_CACHE(flow_offload, SLAB_HWCACHE_ALIGN); in nf_flow_table_module_init()
817 if (!flow_offload_cachep) in nf_flow_table_module_init()
839 kmem_cache_destroy(flow_offload_cachep); in nf_flow_table_module_init()
847 kmem_cache_destroy(flow_offload_cachep); in nf_flow_table_module_exit()