Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c63 static kmem_cache_t *flow_tab_cache; variable
190 flow_tab_cache = kmem_cache_create("flow_tab_cache", in mac_flow_init()
205 kmem_cache_destroy(flow_tab_cache); in mac_flow_fini()
989 ft = kmem_cache_alloc(flow_tab_cache, KM_SLEEP); in mac_flow_tab_create()
1038 kmem_cache_free(flow_tab_cache, ft); in mac_flow_tab_destroy()