| /kernel/linux/linux-5.10/kernel/bpf/ |
| D | bpf_lsm.c | 21 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 30 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME) argument
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| D | bpf_lsm.c | 24 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 33 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME) argument
|
| /kernel/linux/linux-5.10/security/bpf/ |
| D | hooks.c | 10 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
| /kernel/linux/linux-6.6/security/bpf/ |
| D | hooks.c | 10 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | lsm_hooks.h | 1541 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); argument 1547 #define LSM_HOOK(RET, DEFAULT, NAME, ...) struct hlist_head NAME; argument
|
| D | bpf_lsm.h | 15 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | lsm_hooks.h | 34 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); argument 40 #define LSM_HOOK(RET, DEFAULT, NAME, ...) struct hlist_head NAME; argument
|
| D | bpf_lsm.h | 16 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | static_call.c | 11 RET = 3, /* tramp / site cond-tail-call */ enumerator
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| D | static_call.c | 11 RET = 3, /* tramp / site cond-tail-call */ enumerator
|
| /kernel/linux/linux-6.6/arch/arm/probes/kprobes/ |
| D | test-core.c | 236 #define RET(reg) "mov pc, "#reg macro 255 #define RET(reg) "bx "#reg macro
|
| /kernel/linux/linux-5.10/arch/arm/probes/kprobes/ |
| D | test-core.c | 236 #define RET(reg) "mov pc, "#reg macro 255 #define RET(reg) "bx "#reg macro
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/tehuti/ |
| D | tehuti.h | 542 #define RET(args...) \ macro 552 #define RET(args...) return args macro
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/tehuti/ |
| D | tehuti.h | 542 #define RET(args...) \ macro 552 #define RET(args...) return args macro
|
| /kernel/linux/linux-6.6/security/ |
| D | security.c | 407 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ in early_security_init() argument 750 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
| /kernel/linux/linux-5.10/security/ |
| D | security.c | 688 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
| /kernel/linux/linux-5.10/sound/pci/riptide/ |
| D | riptide.c | 227 #define RET(a) ((union cmdret *)(a)) macro
|
| /kernel/linux/linux-6.6/sound/pci/riptide/ |
| D | riptide.c | 226 #define RET(a) ((union cmdret *)(a)) macro
|