Home
last modified time | relevance | path

Searched refs:sosctp_assoccache (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sctp.c59 kmem_cache_t *sosctp_assoccache; variable
81 sosctp_assoccache = kmem_cache_create("sctp_assoc", in socksctp_init()
90 kmem_cache_destroy(sosctp_assoccache); in socksctp_fini()
H A Dsocksctpsubr.c46 extern kmem_cache_t *sosctp_assoccache;
170 ssa = kmem_cache_alloc(sosctp_assoccache, kmflag); in sosctp_assoc_create()
206 kmem_cache_free(sosctp_assoccache, ssa); in sosctp_assoc_free()