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

/linux-master/include/uapi/linux/
H A Dseccomp.h17 #define SECCOMP_GET_ACTION_AVAIL 2 macro
/linux-master/tools/include/uapi/linux/
H A Dseccomp.h17 #define SECCOMP_GET_ACTION_AVAIL 2 macro
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c159 #ifndef SECCOMP_GET_ACTION_AVAIL
160 #define SECCOMP_GET_ACTION_AVAIL 2 macro
3249 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &actions[0]);
3254 TH_LOG("Kernel does not support SECCOMP_GET_ACTION_AVAIL operation!");
3259 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &actions[i]);
3267 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &unknown_action);
/linux-master/kernel/
H A Dseccomp.c2056 case SECCOMP_GET_ACTION_AVAIL:

Completed in 176 milliseconds