Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_netinfo.c346 HOOK_EVENT_INIT(&ipst->ips_ip4_nic_events, NH_NIC_EVENTS); in ipv4_hook_init()
347 ipst->ips_ip4_nic_events.he_flags = HOOK_RDONLY; in ipv4_hook_init()
349 ipst->ips_ipv4_net_data, &ipst->ips_ip4_nic_events); in ipv4_hook_init()
396 &ipst->ips_ip4_nic_events); in ipv4_hook_shutdown()
443 &ipst->ips_ip4_nic_events) == 0) in ipv4_hook_destroy()
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h420 hook_event_t ips_ip4_nic_events; member