Searched refs:root_filter (Results 1 - 3 of 3) sorted by relevance

/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
H A Dseccomp_bpf_tests.c1048 struct sock_filter root_filter[] = {
1061 self->root_prog.filter = malloc(sizeof(root_filter));
1063 memcpy(self->root_prog.filter, &root_filter, sizeof(root_filter));
1064 self->root_prog.len = (unsigned short)(sizeof(root_filter)/sizeof(root_filter[0]));
/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1836 struct sock_filter root_filter[] = { local
1850 self->root_prog.filter = malloc(sizeof(root_filter));
1852 memcpy(self->root_prog.filter, &root_filter, sizeof(root_filter));
1853 self->root_prog.len = (unsigned short)ARRAY_SIZE(root_filter);
/external/seccomp-tests/linux/
H A Dseccomp_bpf.c1650 struct sock_filter root_filter[] = { local
1664 self->root_prog.filter = malloc(sizeof(root_filter));
1666 memcpy(self->root_prog.filter, &root_filter, sizeof(root_filter));
1667 self->root_prog.len = (unsigned short)ARRAY_SIZE(root_filter);

Completed in 276 milliseconds