Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_netinfo.c348 ipst->ips_ipv4nicevents = net_event_register( in ipv4_hook_init()
350 if (ipst->ips_ipv4nicevents == NULL) { in ipv4_hook_init()
394 if (ipst->ips_ipv4nicevents != NULL) { in ipv4_hook_shutdown()
441 if (ipst->ips_ipv4nicevents != NULL) { in ipv4_hook_destroy()
444 ipst->ips_ipv4nicevents = NULL; in ipv4_hook_destroy()
1540 ipst->ips_ipv6nicevents : ipst->ips_ipv4nicevents; in ip_ne_queue_func()
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h422 hook_event_token_t ips_ipv4nicevents; member