Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c500 hks->hks_netstackid = stackid; in hook_stack_init()
616 if (hks->hks_netstackid == stackid) in hook_stack_get()
677 hks->hks_netstackid); in hook_stack_notify_register()
749 hks->hks_netstackid); in hook_stack_notify_unregister()
1402 KSTAT_FLAG_VIRTUAL, hks->hks_netstackid); in hook_event_init_kstats()
1409 (void *)(uintptr_t)hks->hks_netstackid; in hook_event_init_kstats()
1596 hfi->hfi_stack->hks_netstackid); in hook_event_free()
1903 hook_int_free(new, hfi->hfi_stack->hks_netstackid); in hook_register()
2227 hook_int_free(hi, hfi->hfi_stack->hks_netstackid); in hook_unregister()
2369 KSTAT_FLAG_VIRTUAL, hks->hks_netstackid); in hook_init_kstats()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h198 netstackid_t hks_netstackid; member