expected_ret      897 tools/testing/selftests/bpf/test_verifier.c 	int fd_prog, expected_ret, alignment_prevented_execution;
expected_ret      935 tools/testing/selftests/bpf/test_verifier.c 	expected_ret = unpriv && test->result_unpriv != UNDEF ?
expected_ret      945 tools/testing/selftests/bpf/test_verifier.c 	attr.log_level = verbose || expected_ret == VERBOSE_ACCEPT ? 1 : 4;
expected_ret      957 tools/testing/selftests/bpf/test_verifier.c 	if (expected_ret == ACCEPT || expected_ret == VERBOSE_ACCEPT) {
expected_ret      968 tools/testing/selftests/bpf/test_verifier.c 		if (expected_ret == VERBOSE_ACCEPT && !cmp_str_seq(bpf_vlog, expected_err)) {