Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun_impl.h147 kstat_t *tcl_ksp; /* pointer to kstats allocation */ member
H A Dsppptun.c368 if (tcl->tcl_ksp != NULL) { in tuncl_free()
369 kstat_delete(tcl->tcl_ksp); in tuncl_free()
370 tcl->tcl_ksp = NULL; in tuncl_free()
523 tcl->tcl_ksp = kstat_setup((kstat_named_t *)&tcl->tcl_kstats, in sppptun_open()