Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client_impl.h48 extern kmem_cache_t *mac_promisc_impl_cache;
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c150 kmem_cache_t *mac_promisc_impl_cache; variable
254 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()
H A Dmac.c838 kmem_cache_free(mac_promisc_impl_cache, mpip); in mac_callback_walker_exit()