Searched defs:HOOK (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | lsm_hooks.h | 136 #define LSM_HOOK_INIT(NAME, HOOK) \ argument
|
| /linux/security/ |
| H A D | security.c | 86 #define SECURITY_HOOK_ACTIVE_KEY(HOOK, IDX) security_hook_active_##HOOK##_##IDX argument 93 #define LSM_STATIC_CALL(HOOK, IDX) lsm_static_call_##HOOK##_##IDX argument 440 #define __CALL_STATIC_VOID(NUM, HOOK, ...) \ argument 447 #define call_void_hook(HOOK, ...) \ argument 453 #define __CALL_STATIC_INT(NUM, R, HOOK, LABEL, ...) \ argument 462 #define call_int_hook(HOOK, ...) \ argument
|