Searched refs:NH_PHYSICAL_OUT (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ipd/ |
H A D | ipd.c | 397 if (net_hook_register(ins->ipdn_v4hdl, NH_PHYSICAL_OUT, in ipd_setup_hooks() 427 if (net_hook_register(ins->ipdn_v6hdl, NH_PHYSICAL_OUT, in ipd_setup_hooks() 439 (void) net_hook_unregister(ins->ipdn_v6hdl, NH_PHYSICAL_OUT, in ipd_setup_hooks() 447 (void) net_hook_unregister(ins->ipdn_v4hdl, NH_PHYSICAL_OUT, in ipd_setup_hooks() 481 VERIFY(net_hook_unregister(ins->ipdn_v6hdl, NH_PHYSICAL_OUT, in ipd_teardown_hooks() 485 VERIFY(net_hook_unregister(ins->ipdn_v4hdl, NH_PHYSICAL_OUT, in ipd_teardown_hooks()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | neti.h | 52 #define NH_PHYSICAL_OUT "PHYSICAL_OUT" macro
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_netinfo.c | 314 HOOK_EVENT_INIT(&ipst->ips_ip4_physical_out_event, NH_PHYSICAL_OUT); in ipv4_hook_init() 479 HOOK_EVENT_INIT(&ipst->ips_ip6_physical_out_event, NH_PHYSICAL_OUT); in ipv6_hook_init() 1572 HOOK_EVENT_INIT(&ipst->ips_arp_physical_out_event, NH_PHYSICAL_OUT); in arp_hook_init()
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 218 NH_PHYSICAL_OUT, ifs_ipfhook6_out); 238 NH_PHYSICAL_OUT, ifs_ipfhook4_out); 382 NH_PHYSICAL_OUT, ifs->ifs_ipfhook4_out) == 0); 429 NH_PHYSICAL_OUT, ifs->ifs_ipfhook6_out) == 0);
|