Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dhook.c499 hks->hks_netstackid = stackid; in hook_stack_init()
615 if (hks->hks_netstackid == stackid) in hook_stack_get()
676 hks->hks_netstackid); in hook_stack_notify_register()
736 hks->hks_netstackid); in hook_stack_notify_unregister()
781 (void) snprintf(buffer, sizeof (buffer), "%u", hks->hks_netstackid); in hook_stack_notify_run()
1386 KSTAT_FLAG_VIRTUAL, hks->hks_netstackid); in hook_event_init_kstats()
1393 (void *)(uintptr_t)hks->hks_netstackid; in hook_event_init_kstats()
1580 hfi->hfi_stack->hks_netstackid); in hook_event_free()
1887 hook_int_free(new, hfi->hfi_stack->hks_netstackid); in hook_register()
1914 hook_int_free(new, hfi->hfi_stack->hks_netstackid); in hook_register()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dhook_impl.h197 netstackid_t hks_netstackid; member