Searched defs:LSM_HOOK (Results 1 – 5 of 5) sorted by relevance
/linux-6.8/kernel/bpf/ |
D | bpf_lsm.c | 24 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro 33 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME) macro
|
/linux-6.8/include/linux/ |
D | lsm_hooks.h | 35 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); macro 41 #define LSM_HOOK(RET, DEFAULT, NAME, ...) struct hlist_head NAME; macro
|
D | bpf_lsm.h | 16 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro
|
/linux-6.8/security/bpf/ |
D | hooks.c | 11 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro
|
/linux-6.8/security/ |
D | security.c | 432 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ in early_security_init() macro 835 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro
|