Home
last modified time | relevance | path

Searched refs:HH_AFTER (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhook.h73 HH_AFTER enumerator
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c1992 if ((hih->h_hint == HH_AFTER) && in hook_insert()
2036 case HH_AFTER : in hook_insert()
2128 if ((nh->h_hint == HH_AFTER) && in hook_insert_afterbefore()
2135 case HH_AFTER : in hook_insert_afterbefore()
2136 if ((nh->h_hint == HH_AFTER) && in hook_insert_afterbefore()
2316 if (dst->h_hint == HH_BEFORE || dst->h_hint == HH_AFTER) { in hook_copy()
2381 case HH_AFTER : in hook_init_kstats()
2432 case HH_AFTER : in hook_int_free()
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c81 case HH_AFTER : in hooklist()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c380 (x)->h_hint = ifs->ifs_gz_controlled ? HH_BEFORE : HH_AFTER; \
398 (x)->h_hint = ifs->ifs_gz_controlled ? HH_AFTER : HH_BEFORE; \
629 hint = gz ? HH_AFTER : HH_BEFORE; in ipf_hook_protocol_notify()
636 hint = gz ? HH_BEFORE : HH_AFTER; in ipf_hook_protocol_notify()