Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_flow.c62 static kmem_cache_t *flow_tab_cache; variable
189 flow_tab_cache = kmem_cache_create("flow_tab_cache", in mac_flow_init()
204 kmem_cache_destroy(flow_tab_cache); in mac_flow_fini()
988 ft = kmem_cache_alloc(flow_tab_cache, KM_SLEEP); in mac_flow_tab_create()
1037 kmem_cache_free(flow_tab_cache, ft); in mac_flow_tab_destroy()