Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_netinfo.c511 HOOK_EVENT_INIT(&ipst->ips_ip6_nic_events, NH_NIC_EVENTS); in ipv6_hook_init()
512 ipst->ips_ip6_nic_events.he_flags = HOOK_RDONLY; in ipv6_hook_init()
514 ipst->ips_ipv6_net_data, &ipst->ips_ip6_nic_events); in ipv6_hook_init()
560 &ipst->ips_ip6_nic_events); in ipv6_hook_shutdown()
607 &ipst->ips_ip6_nic_events) == 0) in ipv6_hook_destroy()
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h421 hook_event_t ips_ip6_nic_events; member