Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2561 struct sock_filter apply_filter[] = { in FIXTURE_SETUP() local
2577 self->apply_prog.filter = malloc(sizeof(apply_filter)); in FIXTURE_SETUP()
2579 memcpy(self->apply_prog.filter, &apply_filter, sizeof(apply_filter)); in FIXTURE_SETUP()
2580 self->apply_prog.len = (unsigned short)ARRAY_SIZE(apply_filter); in FIXTURE_SETUP()