Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c2366 hi->hi_kstatp = kstat_create_netstack(hi->hi_ksname, 0, in hook_init_kstats()
2391 if (hi->hi_kstatp != NULL) { in hook_init_kstats()
2392 hi->hi_kstatp->ks_data = (void *)&hi->hi_kstats; in hook_init_kstats()
2393 hi->hi_kstatp->ks_private = in hook_init_kstats()
2395 hi->hi_kstatp->ks_data_size += in hook_init_kstats()
2398 kstat_install(hi->hi_kstatp); in hook_init_kstats()
2441 if (hi->hi_kstatp != NULL) in hook_int_free()
2442 kstat_delete_netstack(hi->hi_kstatp, stackid); in hook_int_free()
/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h117 kstat_t *hi_kstatp; member