Searched refs:mac_promisc_impl_cache (Results 1 – 3 of 3) sorted by relevance
48 extern kmem_cache_t *mac_promisc_impl_cache;
147 kmem_cache_t *mac_promisc_impl_cache; variable251 mac_promisc_impl_cache = kmem_cache_create("mac_promisc_impl_cache", in mac_client_init()254 ASSERT(mac_promisc_impl_cache != NULL); in mac_client_init()261 kmem_cache_destroy(mac_promisc_impl_cache); in mac_client_fini()3286 mpip = kmem_cache_alloc(mac_promisc_impl_cache, KM_SLEEP); in mac_promisc_add()3353 kmem_cache_free(mac_promisc_impl_cache, mpip); in mac_promisc_remove()
816 kmem_cache_free(mac_promisc_impl_cache, mpip); in i_mac_promisc_walker_cleanup()