Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/iptun/
H A Diptun_dev.c120 kmem_cache_destroy(iptun_cache); in iptun_fini()
132 iptun_cache = kmem_cache_create("iptun_cache", sizeof (iptun_t), 0, in _init()
134 if (iptun_cache == NULL) { in _init()
143 kmem_cache_destroy(iptun_cache); in _init()
H A Diptun_impl.h176 extern kmem_cache_t *iptun_cache;
H A Diptun.c141 kmem_cache_t *iptun_cache; variable
1301 if ((iptun = kmem_cache_alloc(iptun_cache, KM_NOSLEEP)) != NULL) { in iptun_alloc()
1358 kmem_cache_free(iptun_cache, iptun); in iptun_free()