root_filter      2324 tools/testing/selftests/seccomp/seccomp_bpf.c 	struct sock_filter root_filter[] = {
root_filter      2338 tools/testing/selftests/seccomp/seccomp_bpf.c 	self->root_prog.filter = malloc(sizeof(root_filter));
root_filter      2340 tools/testing/selftests/seccomp/seccomp_bpf.c 	memcpy(self->root_prog.filter, &root_filter, sizeof(root_filter));
root_filter      2341 tools/testing/selftests/seccomp/seccomp_bpf.c 	self->root_prog.len = (unsigned short)ARRAY_SIZE(root_filter);