Lines Matching full:helper
55 struct helper *hhk_helper;
60 static MALLOC_DEFINE(M_HHOOK, "hhook", "Helper hooks are linked off hhook_head lists");
90 * Run all helper hook functions for a given hook point.
127 * Register a new helper hook function with a helper hook point.
154 /* The helper hook function is already registered. */ in hhook_add_hook()
172 * Register a helper hook function with a helper hook point (including all
181 * helper hook point being hooked and bumps the refcount on each (all done with
242 * Remove a helper hook function from a helper hook point.
268 * Remove a helper hook function from a helper hook point (including all
288 * Register a new helper hook point.
363 * Remove a helper hook point.
385 * Remove a helper hook point via a hhook_head lookup.
495 * If subsystems which export helper hook points use the hhook KPI in hhook_vnet_uninit()
515 * The hhook KPI provides a mechanism for subsystems which export helper hook