Searched refs:mac_promisc_impl_cache (Results 1 – 3 of 3) sorted by relevance
48 extern kmem_cache_t *mac_promisc_impl_cache;
148 kmem_cache_t *mac_promisc_impl_cache; variable252 mac_promisc_impl_cache = kmem_cache_create("mac_promisc_impl_cache", in mac_client_init()255 ASSERT(mac_promisc_impl_cache != NULL); in mac_client_init()262 kmem_cache_destroy(mac_promisc_impl_cache); in mac_client_fini()3302 mpip = kmem_cache_alloc(mac_promisc_impl_cache, KM_SLEEP); in mac_promisc_add()3369 kmem_cache_free(mac_promisc_impl_cache, mpip); in mac_promisc_remove()
813 kmem_cache_free(mac_promisc_impl_cache, mpip); in i_mac_promisc_walker_cleanup()