Searched refs:HOOK (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | lsm_hooks.h | 133 #define LSM_HOOK_INIT(NAME, HOOK) \ argument 136 .hook = { .NAME = HOOK } \
|
| /linux-6.15/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 951 static_call(LSM_STATIC_CALL(HOOK, NUM))(__VA_ARGS__); \ 957 LSM_LOOP_UNROLL(__CALL_STATIC_VOID, HOOK, __VA_ARGS__); \ 961 #define __CALL_STATIC_INT(NUM, R, HOOK, LABEL, ...) \ argument 964 R = static_call(LSM_STATIC_CALL(HOOK, NUM))(__VA_ARGS__); \ 965 if (R != LSM_RET_DEFAULT(HOOK)) \ 970 #define call_int_hook(HOOK, ...) \ argument 973 int RC = LSM_RET_DEFAULT(HOOK); \ [all …]
|
| /linux-6.15/arch/arm/boot/dts/broadcom/ |
| H A D | bcm911360_entphn.dts | 54 label = "HOOK";
|