Home
last modified time | relevance | path

Searched refs:ips_ip6_observe (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_netinfo.c520 HOOK_EVENT_INIT(&ipst->ips_ip6_observe, NH_OBSERVE); in ipv6_hook_init()
521 ipst->ips_ip6_observe.he_flags = HOOK_RDONLY; in ipv6_hook_init()
523 ipst->ips_ipv6_net_data, &ipst->ips_ip6_observe); in ipv6_hook_init()
565 &ipst->ips_ip6_observe); in ipv6_hook_shutdown()
613 &ipst->ips_ip6_observe) == 0) in ipv6_hook_destroy()
H A Dip6_output.c434 if (ipst->ips_ip6_observe.he_interested) { in ire_send_local_v6()
H A Dip_output.c2509 if (ipst->ips_ip6_observe.he_interested) { in ip_output_process_local()
H A Dip6_input.c619 if (ipst->ips_ip6_observe.he_interested) { in ill_input_short_v6()
H A Dip.c14561 if (ipst->ips_ip6_observe.he_interested) { in ip_xmit()
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h432 hook_event_t ips_ip6_observe; member
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c509 ipobs_enabled = (ipst->ips_ip6_observe.he_interested != 0); in tcp_fuse_output()