Searched refs:mac_promisc_impl_cache (Results 1 – 3 of 3) sorted by relevance
48 extern kmem_cache_t *mac_promisc_impl_cache;
150 kmem_cache_t *mac_promisc_impl_cache; variable254 mac_promisc_impl_cache = kmem_cache_create("mac_promisc_impl_cache", in mac_client_init()257 ASSERT(mac_promisc_impl_cache != NULL); in mac_client_init()264 kmem_cache_destroy(mac_promisc_impl_cache); in mac_client_fini()3387 mpip = kmem_cache_alloc(mac_promisc_impl_cache, KM_SLEEP); in mac_promisc_add()3454 kmem_cache_free(mac_promisc_impl_cache, mpip); in mac_promisc_remove()
838 kmem_cache_free(mac_promisc_impl_cache, mpip); in mac_callback_walker_exit()