Searched defs:RET (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/bpf/ |
| H A 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 435 #define LSM_HOOK(RET, DEFAULT, NAME, ...) LSM_HOOK_##RET(DEFAULT, NAME, __VA_ARGS__) in BTF_ID() argument
|
| /linux/security/bpf/ |
| H A D | hooks.c | 13 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
| /linux/include/linux/ |
| H A D | bpf_lsm.h | 19 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
| /linux/arch/arm/probes/kprobes/ |
| H A D | test-core.c | 236 #define RET(reg) "mov pc, "#reg macro 255 #define RET(reg) "bx "#reg macro
|
| /linux/drivers/net/ethernet/tehuti/ |
| H A D | tehuti.h | 542 #define RET(args...) \ macro 552 #define RET(args...) return args macro
|
| /linux/security/ |
| H A D | security.c | 117 #define DEFINE_LSM_STATIC_CALL(NUM, NAME, RET, ...) \ argument 122 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 147 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 451 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
| /linux/sound/pci/riptide/ |
| H A D | riptide.c | 227 #define RET(a) ((union cmdret *)(a)) macro
|