Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c1399 hei->hei_kstatp = kstat_create_netstack(hfi->hfi_family.hf_name, 0, in hook_event_init_kstats()
1406 if (hei->hei_kstatp != NULL) { in hook_event_init_kstats()
1407 hei->hei_kstatp->ks_data = (void *)&hei->hei_kstats; in hook_event_init_kstats()
1408 hei->hei_kstatp->ks_private = in hook_event_init_kstats()
1411 kstat_install(hei->hei_kstatp); in hook_event_init_kstats()
1592 if (hei->hei_kstatp != NULL) { in hook_event_free()
1595 kstat_delete_netstack(hei->hei_kstatp, in hook_event_free()
1597 hei->hei_kstatp = NULL; in hook_event_free()
/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h154 kstat_t *hei_kstatp; member