HomeSort by relevance Sort by last modified time
    Searched full:root_prog (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
seccomp_bpf_tests.c 1039 struct sock_fprog root_prog, apply_prog;
1058 memset(&self->root_prog, 0, sizeof(self->root_prog));
1061 self->root_prog.filter = malloc(sizeof(root_filter));
1062 ASSERT_NE(NULL, self->root_prog.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]));
1081 self->sibling[0].prog = &self->root_prog;
1088 self->sibling[1].prog = &self->root_prog;
1099 if (self->root_prog.filter
    [all...]
  /cts/tests/tests/os/jni/seccomp-tests/tests/
seccomp_bpf_tests.c 1417 struct sock_fprog root_prog, apply_prog; local
    [all...]

Completed in 463 milliseconds