Searched defs:DEFAULT (Results 1 – 6 of 6) sorted by relevance
/linux/kernel/bpf/ |
H A D | bpf_lsm.c | 23 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 32 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME) argument
|
/linux/security/bpf/ |
H A D | hooks.c | 11 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
/linux/include/linux/ |
H A D | lsm_hooks.h | 39 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); argument 68 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
/linux/scripts/ |
H A D | checkkconfigsymbols.py | 26 DEFAULT = r"default\s+.*?(?:if\s.+){,1}" variable
|
/linux/tools/testing/selftests/bpf/ |
H A D | bpf_experimental.h | 289 #define __bpf_cmp(LHS, OP, PRED, RHS, DEFAULT) \ argument
|
/linux/drivers/tty/serial/ |
H A D | st-asc.c | 32 #define DEFAULT 0 macro
|