Home
last modified time | relevance | path

Searched defs:LSM_HOOK (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Dbpf_lsm.c23 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro
32 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME) macro
/linux/security/bpf/
H A Dhooks.c11 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro
/linux/include/linux/
H A Dlsm_hooks.h39 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); macro
68 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro
/linux/security/
H A Dsecurity.c126 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro
151 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro
972 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ macro