MAX_UN_LEN        297 arch/um/drivers/vector_user.c 		if ((src != NULL) && (strlen(src) <= MAX_UN_LEN)) {
MAX_UN_LEN        306 arch/um/drivers/vector_user.c 		if ((dst == NULL) || (strlen(dst) > MAX_UN_LEN))