Searched refs:FUNC (Results 1 – 1 of 1) sorted by relevance
649 #define call_void_hook(FUNC, ...) \ argument653 hlist_for_each_entry(P, &security_hook_heads.FUNC, list) \654 P->hook.FUNC(__VA_ARGS__); \657 #define call_int_hook(FUNC, IRC, ...) ({ \ argument662 hlist_for_each_entry(P, &security_hook_heads.FUNC, list) { \663 RC = P->hook.FUNC(__VA_ARGS__); \