Searched defs:HOOK (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | lsm_hooks.h | 133 #define LSM_HOOK_INIT(NAME, HOOK) \ argument
|
/linux/security/ |
H A D | security.c | 35 #define SECURITY_HOOK_ACTIVE_KEY(HOOK, IDX) security_hook_active_##HOOK##_##IDX argument 42 #define LSM_STATIC_CALL(HOOK, IDX) lsm_static_call_##HOOK##_##IDX argument 948 #define __CALL_STATIC_VOID(NUM, HOOK, ...) \ argument 955 #define call_void_hook(HOOK, ...) \ argument 961 __CALL_STATIC_INT(NUM,R,HOOK,LABEL,...) global() argument 970 call_int_hook(HOOK,...) global() argument [all...] |