Searched defs:DEFAULT (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/kernel/bpf/ |
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-6.12.1/security/bpf/ |
D | hooks.c | 11 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
/linux-6.12.1/include/linux/ |
D | lsm_hooks.h | 39 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); argument 68 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
D | bpf_lsm.h | 17 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
/linux-6.12.1/scripts/ |
D | checkkconfigsymbols.py | 26 DEFAULT = r"default\s+.*?(?:if\s.+){,1}" variable
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | bpf_experimental.h | 289 #define __bpf_cmp(LHS, OP, PRED, RHS, DEFAULT) \ argument
|
/linux-6.12.1/security/ |
D | security.c | 127 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 152 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 931 #define DECLARE_LSM_RET_DEFAULT_void(DEFAULT, NAME) argument 932 #define DECLARE_LSM_RET_DEFAULT_int(DEFAULT, NAME) \ argument 934 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
/linux-6.12.1/drivers/tty/serial/ |
D | st-asc.c | 32 #define DEFAULT 0 macro
|
/linux-6.12.1/tools/perf/ |
D | builtin-script.c | 3125 enum { DEFAULT, SET, ADD, REMOVE } change = DEFAULT; in parse_output_fields() enumerator
|