Searched refs:hk_private (Results 1 – 1 of 1) sorted by relevance
112 void *hk_private; /* node dependent ID for this hook */ member145 #define _NG_HOOK_SET_PRIVATE(hook, val) do {(hook)->hk_private = val;} while (0)148 #define _NG_HOOK_PRIVATE(hook) ((hook)->hk_private)