Home
last modified time | relevance | path

Searched refs:SECCOMP_GET_ACTION_AVAIL (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/include/uapi/linux/
Dseccomp.h17 #define SECCOMP_GET_ACTION_AVAIL 2 macro
/linux-6.14.4/tools/include/uapi/linux/
Dseccomp.h17 #define SECCOMP_GET_ACTION_AVAIL 2 macro
/linux-6.14.4/tools/testing/selftests/seccomp/
Dseccomp_bpf.c166 #ifndef SECCOMP_GET_ACTION_AVAIL
167 #define SECCOMP_GET_ACTION_AVAIL 2 macro
3256 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &actions[0]); in TEST()
3266 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &actions[i]); in TEST()
3274 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &unknown_action); in TEST()
/linux-6.14.4/kernel/
Dseccomp.c2092 case SECCOMP_GET_ACTION_AVAIL: in do_seccomp()