SECCOMP_FILTER_FLAG_LOG    8 include/linux/seccomp.h 					 SECCOMP_FILTER_FLAG_LOG | \
SECCOMP_FILTER_FLAG_LOG  535 kernel/seccomp.c 	if (flags & SECCOMP_FILTER_FLAG_LOG)
SECCOMP_FILTER_FLAG_LOG 1563 kernel/seccomp.c 		kmd.flags |= SECCOMP_FILTER_FLAG_LOG;
SECCOMP_FILTER_FLAG_LOG  148 tools/testing/selftests/seccomp/seccomp_bpf.c #ifndef SECCOMP_FILTER_FLAG_LOG
SECCOMP_FILTER_FLAG_LOG 2177 tools/testing/selftests/seccomp/seccomp_bpf.c 				 SECCOMP_FILTER_FLAG_LOG,
SECCOMP_FILTER_FLAG_LOG 2928 tools/testing/selftests/seccomp/seccomp_bpf.c 	ret = seccomp(SECCOMP_SET_MODE_STRICT, SECCOMP_FILTER_FLAG_LOG,
SECCOMP_FILTER_FLAG_LOG 2945 tools/testing/selftests/seccomp/seccomp_bpf.c 	ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_LOG,
SECCOMP_FILTER_FLAG_LOG 2953 tools/testing/selftests/seccomp/seccomp_bpf.c 	ret = seccomp(SECCOMP_SET_MODE_FILTER, SECCOMP_FILTER_FLAG_LOG,
SECCOMP_FILTER_FLAG_LOG 3023 tools/testing/selftests/seccomp/seccomp_bpf.c 				     SECCOMP_FILTER_FLAG_LOG, &prog));
SECCOMP_FILTER_FLAG_LOG 3050 tools/testing/selftests/seccomp/seccomp_bpf.c 	EXPECT_EQ(md.flags, SECCOMP_FILTER_FLAG_LOG);