Searched defs:iptun_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c142 kmem_cache_t *iptun_cache; variable
1302 if ((iptun = kmem_cache_alloc(iptun_cache, KM_NOSLEEP)) != NULL) {
1360 kmem_cache_free(iptun_cache, iptun);

Completed in 275 milliseconds