Home
last modified time | relevance | path

Searched refs:ips_ipv4firewall_physical_in (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_netinfo.c307 ipst->ips_ipv4firewall_physical_in = net_event_register( in ipv4_hook_init()
309 if (ipst->ips_ipv4firewall_physical_in == NULL) { in ipv4_hook_init()
374 if (ipst->ips_ipv4firewall_physical_in != NULL) { in ipv4_hook_shutdown()
417 if (ipst->ips_ipv4firewall_physical_in != NULL) { in ipv4_hook_destroy()
420 ipst->ips_ipv4firewall_physical_in = NULL; in ipv4_hook_destroy()
H A Dip_input.c627 ipst->ips_ipv4firewall_physical_in, in ill_input_short_v4()
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h408 hook_event_token_t ips_ipv4firewall_physical_in; member