Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/ip/
H A Dip.global-objs.debug64198 nce_cache
H A Dip.global-objs.obj64198 nce_cache
/illumos-gate/usr/src/uts/sparc/ip/
H A Dip.global-objs.debug64198 nce_cache
H A Dip.global-objs.obj64198 nce_cache
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c162 extern kmem_cache_t *nce_cache;
4878 nce = kmem_cache_alloc(nce_cache, KM_NOSLEEP); in nce_add_common()
4943 kmem_cache_free(nce_cache, nce); in nce_add_common()
5015 kmem_cache_free(nce_cache, nce); in nce_inactive()
5033 kmem_cache_free(nce_cache, nce); in nce_add_impl()
5067 nce = kmem_cache_alloc(nce_cache, KM_NOSLEEP); in nce_add()
5076 kmem_cache_free(nce_cache, nce); in nce_add()
H A Dip_ire.c219 struct kmem_cache *nce_cache; variable
2278 nce_cache = kmem_cache_create("nce_cache", in ip_ire_g_init()
2352 kmem_cache_destroy(nce_cache); in ip_ire_g_fini()