Searched refs:he_interested (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhook.h123 boolean_t he_interested; /* true if callback exist */ member in struct:hook_event_s
134 (x)->he_interested = B_FALSE; \
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h3060 ((ipst)->ips_ip4_physical_in_event.he_interested)
3062 ((ipst)->ips_ip6_physical_in_event.he_interested)
3064 ((ipst)->ips_ip4_physical_out_event.he_interested)
3066 ((ipst)->ips_ip6_physical_out_event.he_interested)
3068 ((ipst)->ips_ip4_forwarding_event.he_interested)
3070 ((ipst)->ips_ip6_forwarding_event.he_interested)
3072 ((ipst)->ips_ip4_loopback_in_event.he_interested)
3074 ((ipst)->ips_ip6_loopback_in_event.he_interested)
3076 ((ipst)->ips_ip4_loopback_out_event.he_interested)
3078 ((ipst)->ips_ip6_loopback_out_event.he_interested)
[all...]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c501 ipobs_enabled = (ipst->ips_ip4_observe.he_interested != 0);
508 ipobs_enabled = (ipst->ips_ip6_observe.he_interested != 0);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_output.c1128 if (ipst->ips_ip4_observe.he_interested) {
2436 if (ipst->ips_ip4_observe.he_interested) {
2500 if (ipst->ips_ip6_observe.he_interested) {
H A Dip6_output.c432 if (ipst->ips_ip6_observe.he_interested) {
H A Dip_arp.c121 if ((_hook).he_interested) { \
146 if ((_hook).he_interested) { \
H A Dip6_input.c620 if (ipst->ips_ip6_observe.he_interested) {
H A Dip_input.c651 if (ipst->ips_ip4_observe.he_interested) {
H A Dip.c14466 if (ipst->ips_ip4_observe.he_interested) {
14508 if (ipst->ips_ip6_observe.he_interested) {
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c1921 hei->hei_event->he_interested = B_TRUE;
2190 hei->hei_event->he_interested = B_FALSE;

Completed in 112 milliseconds