Home
last modified time | relevance | path

Searched refs:FILTER_ALLOC (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c546 #define FILTER_ALLOC(_x) \ in FIXTURE_SETUP() macro
551 FILTER_ALLOC(allow); in FIXTURE_SETUP()
552 FILTER_ALLOC(trace); in FIXTURE_SETUP()
553 FILTER_ALLOC(error); in FIXTURE_SETUP()
554 FILTER_ALLOC(trap); in FIXTURE_SETUP()
555 FILTER_ALLOC(kill); in FIXTURE_SETUP()
/external/seccomp-tests/linux/
Dseccomp_bpf.c779 #define FILTER_ALLOC(_x) \ in FIXTURE_SETUP() macro
784 FILTER_ALLOC(allow); in FIXTURE_SETUP()
785 FILTER_ALLOC(trace); in FIXTURE_SETUP()
786 FILTER_ALLOC(error); in FIXTURE_SETUP()
787 FILTER_ALLOC(trap); in FIXTURE_SETUP()
788 FILTER_ALLOC(kill); in FIXTURE_SETUP()
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1022 #define FILTER_ALLOC(_x) \ in FIXTURE_SETUP() macro
1027 FILTER_ALLOC(allow); in FIXTURE_SETUP()
1028 FILTER_ALLOC(log); in FIXTURE_SETUP()
1029 FILTER_ALLOC(trace); in FIXTURE_SETUP()
1030 FILTER_ALLOC(error); in FIXTURE_SETUP()
1031 FILTER_ALLOC(trap); in FIXTURE_SETUP()
1032 FILTER_ALLOC(kill); in FIXTURE_SETUP()