apply_filter 2327 tools/testing/selftests/seccomp/seccomp_bpf.c struct sock_filter apply_filter[] = { apply_filter 2343 tools/testing/selftests/seccomp/seccomp_bpf.c self->apply_prog.filter = malloc(sizeof(apply_filter)); apply_filter 2345 tools/testing/selftests/seccomp/seccomp_bpf.c memcpy(self->apply_prog.filter, &apply_filter, sizeof(apply_filter)); apply_filter 2346 tools/testing/selftests/seccomp/seccomp_bpf.c self->apply_prog.len = (unsigned short)ARRAY_SIZE(apply_filter);