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