Home
last modified time | relevance | path

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

/Linux-v4.19/net/openvswitch/
Dflow_table.c52 static struct kmem_cache *flow_cache; variable
84 flow = kmem_cache_zalloc(flow_cache, GFP_KERNEL); in ovs_flow_alloc()
105 kmem_cache_free(flow_cache, flow); in ovs_flow_alloc()
150 kmem_cache_free(flow_cache, flow); in flow_free()
753 flow_cache = kmem_cache_create("sw_flow", sizeof(struct sw_flow) in ovs_flow_init()
757 if (flow_cache == NULL) in ovs_flow_init()
764 kmem_cache_destroy(flow_cache); in ovs_flow_init()
765 flow_cache = NULL; in ovs_flow_init()
776 kmem_cache_destroy(flow_cache); in ovs_flow_exit()