Lines Matching defs:hhook
41 #include <sys/hhook.h>
53 struct hhook {
57 STAILQ_ENTRY(hhook) hhk_next;
60 static MALLOC_DEFINE(M_HHOOK, "hhook", "Helper hooks are linked off hhook_head lists");
95 struct hhook *hhk;
113 * but will likely want to handle it in future to allow hhook to
114 * be used like pfil and effect changes at the hhook calling
118 * hooks currently receive, thus replicating pfil with hhook.
132 struct hhook *hhk, *tmp;
140 hhk = malloc(sizeof(struct hhook), M_HHOOK,
247 struct hhook *tmp;
256 STAILQ_REMOVE(&hhh->hhh_hooks, tmp, hhook, hhk_next);
343 struct hhook *tmp, *tmp2;
495 * If subsystems which export helper hook points use the hhook KPI
515 * The hhook KPI provides a mechanism for subsystems which export helper hook