Home
last modified time | relevance | path

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

/cts/tests/tests/os/jni/seccomp-tests/tests/
Dseccomp_bpf_tests.c1405 struct sock_filter apply_filter[] = { in FIXTURE_SETUP() local
1420 self->apply_prog.filter = malloc(sizeof(apply_filter)); in FIXTURE_SETUP()
1422 memcpy(self->apply_prog.filter, &apply_filter, sizeof(apply_filter)); in FIXTURE_SETUP()
1423 self->apply_prog.len = (unsigned short)(sizeof(apply_filter)/sizeof(apply_filter[0])); in FIXTURE_SETUP()