Searched refs:hk_private (Results 1 – 2 of 2) sorted by relevance
111 void *hk_private; /* node dependent ID for this hook */ member144 #define _NG_HOOK_SET_PRIVATE(hook, val) do {(hook)->hk_private = val;} while (0)147 #define _NG_HOOK_PRIVATE(hook) ((hook)->hk_private)
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)