Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
A Dseccomp.h17 #define SECCOMP_GET_ACTION_AVAIL 2 macro
/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c172 #ifndef SECCOMP_GET_ACTION_AVAIL
173 #define SECCOMP_GET_ACTION_AVAIL 2 macro
3259 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &actions[0]); in TEST()
3269 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &actions[i]); in TEST()
3277 ret = seccomp(SECCOMP_GET_ACTION_AVAIL, 0, &unknown_action); in TEST()

Completed in 11 milliseconds